Html Css Color HEX #A25E43 Sepia

📋 copy color: '#A25E43'

red 162 ◦ green 94 ◦ blue 67

#A25E43
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #A25E43

Tints of Sepia #A25E43

RGB

 RED value IS 162 (63.67% from 255) = 50.15%

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 67 (26.56% from 255) = 20.74%

R = 50.15%
G = 29.1%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A25E43 (or 0xA25E43) is known color: Sepia. HEX triplet: A2, 5E and 43. RGB value is (162,94,67). Sum of RGB (Red+Green+Blue) = 162+94+67=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E43 is #5DA1BC. Grayscale: #6F6F6F. Windows color (decimal): -6136253 or 4415138. OLE color: 4415138.

HSL color Cylindrical-coordinate representation of color #A25E43: hue angle of 17.05º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25E43 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 67 -
CMYK 0 0.42 0.59 0.36
HSL 17.05º 0.41% 0.45% -
HSV(B) 17.05º 0.59% 0.64% -
XYZ 19.92 16.09 7.37 -
YUV 111.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 162 94 67 0 0.42 0.59 0.36 17.05 0.41 0.45
Hex A2 5E 43 0 2A 3B 24 11 29 2D
Octal 242 136 103 0 52 73 44 21 51 55
Binary 10100010 1011110 1000011 0 101010 111011 100100 10001 101001 101101

Color Harmonies of #A25E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E43

Black with #A25E43

Text Example


Text Example

White with #A25E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E43; }

 p { color: rgb(162,94,67); }

 H1.HeaderClassName
 {
   color: #A25E43;
 }
 .AnyTagClassName
 {
   color: #A25E43;
 }
</style>

background-color css

<style>
 a { background-color: #A25E43; }

 a { background-color: rgb(162,94,67); }

 div.DivClassName
 {
   background-color: #A25E43;
 }
 .BgClassName
 {
   background-color: #A25E43;
 }
</style>

border-color css

<style>
 span { border-color: #A25E43; }

 span { border-color: rgb(162,94,67); }

 td.TdClassName
 {
   border-color: #A25E43;
 }
 .TagClassName
 {
   border-color: #A25E43;
 }
</style>