Html Css Color HEX #A15945 Sepia

📋 copy color: '#A15945'

red 161 ◦ green 89 ◦ blue 69

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

Shades of Sepia #A15945

Tints of Sepia #A15945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 50.47%
G = 27.9%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15945 (or 0xA15945) is known color: Sepia. HEX triplet: A1, 59 and 45. RGB value is (161,89,69). Sum of RGB (Red+Green+Blue) = 161+89+69=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A15945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15945 is #5EA6BA. Grayscale: #6C6C6C. Windows color (decimal): -6203067 or 4544929. OLE color: 4544929.

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

Color convert

RGB 161 89 69 -
CMYK 0 0.45 0.57 0.37
HSL 13.04º 0.4% 0.45% -
HSV(B) 13.04º 0.57% 0.63% -
XYZ 19.34 15.15 7.54 -
YUV 108.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 161 89 69 0 0.45 0.57 0.37 13.04 0.4 0.45
Hex A1 59 45 0 2D 39 25 D 28 2D
Octal 241 131 105 0 55 71 45 15 50 55
Binary 10100001 1011001 1000101 0 101101 111001 100101 1101 101000 101101

Color Harmonies of #A15945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15945

Black with #A15945

Text Example


Text Example

White with #A15945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15945; }

 p { color: rgb(161,89,69); }

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

background-color css

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

 a { background-color: rgb(161,89,69); }

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

border-color css

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

 span { border-color: rgb(161,89,69); }

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