Html Css Color HEX #A15A42 Sepia

📋 copy color: '#A15A42'

red 161 ◦ green 90 ◦ blue 66

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

Shades of Sepia #A15A42

Tints of Sepia #A15A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 50.79%
G = 28.39%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A15A42 (or 0xA15A42) is known color: Sepia. HEX triplet: A1, 5A and 42. RGB value is (161,90,66). Sum of RGB (Red+Green+Blue) = 161+90+66=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A42 is #5EA5BD. Grayscale: #6C6C6C. Windows color (decimal): -6202814 or 4348577. OLE color: 4348577.

HSL color Cylindrical-coordinate representation of color #A15A42: hue angle of 15.16º 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 #A15A42 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 66 -
CMYK 0 0.44 0.59 0.37
HSL 15.16º 0.42% 0.45% -
HSV(B) 15.16º 0.59% 0.63% -
XYZ 19.34 15.28 7.08 -
YUV 108.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 161 90 66 0 0.44 0.59 0.37 15.16 0.42 0.45
Hex A1 5A 42 0 2C 3B 25 F 2A 2D
Octal 241 132 102 0 54 73 45 17 52 55
Binary 10100001 1011010 1000010 0 101100 111011 100101 1111 101010 101101

Color Harmonies of #A15A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A42

Black with #A15A42

Text Example


Text Example

White with #A15A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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