Html Css Color HEX #A15F45 Sepia

📋 copy color: '#A15F45'

red 161 ◦ green 95 ◦ blue 69

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

Shades of Sepia #A15F45

Tints of Sepia #A15F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

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

R = 49.54%
G = 29.23%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15F45 (or 0xA15F45) is known color: Sepia. HEX triplet: A1, 5F and 45. RGB value is (161,95,69). Sum of RGB (Red+Green+Blue) = 161+95+69=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F45 is #5EA0BA. Grayscale: #6F6F6F. Windows color (decimal): -6201531 or 4546465. OLE color: 4546465.

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

Color convert

RGB 161 95 69 -
CMYK 0 0.41 0.57 0.37
HSL 16.96º 0.4% 0.45% -
HSV(B) 16.96º 0.57% 0.63% -
XYZ 19.86 16.19 7.71 -
YUV 111.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 161 95 69 0 0.41 0.57 0.37 16.96 0.4 0.45
Hex A1 5F 45 0 29 39 25 11 28 2D
Octal 241 137 105 0 51 71 45 21 50 55
Binary 10100001 1011111 1000101 0 101001 111001 100101 10001 101000 101101

Color Harmonies of #A15F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F45

Black with #A15F45

Text Example


Text Example

White with #A15F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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