Html Css Color HEX #A15E42 Sepia

📋 copy color: '#A15E42'

red 161 ◦ green 94 ◦ blue 66

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

Shades of Sepia #A15E42

Tints of Sepia #A15E42

RGB

 RED value IS 161 (63.28% from 255) = 50.16%

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

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 50.16%
G = 29.28%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A15E42 (or 0xA15E42) is known color: Sepia. HEX triplet: A1, 5E and 42. RGB value is (161,94,66). Sum of RGB (Red+Green+Blue) = 161+94+66=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E42 is #5EA1BD. Grayscale: #6F6F6F. Windows color (decimal): -6201790 or 4349601. OLE color: 4349601.

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

Color convert

RGB 161 94 66 -
CMYK 0 0.42 0.59 0.37
HSL 17.68º 0.42% 0.45% -
HSV(B) 17.68º 0.59% 0.63% -
XYZ 19.68 15.98 7.2 -
YUV 110.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 161 94 66 0 0.42 0.59 0.37 17.68 0.42 0.45
Hex A1 5E 42 0 2A 3B 25 12 2A 2D
Octal 241 136 102 0 52 73 45 22 52 55
Binary 10100001 1011110 1000010 0 101010 111011 100101 10010 101010 101101

Color Harmonies of #A15E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E42

Black with #A15E42

Text Example


Text Example

White with #A15E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E42; }

 p { color: rgb(161,94,66); }

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

background-color css

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

 a { background-color: rgb(161,94,66); }

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

border-color css

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

 span { border-color: rgb(161,94,66); }

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