Html Css Color HEX #A06144 Sepia

📋 copy color: '#A06144'

red 160 ◦ green 97 ◦ blue 68

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

Shades of Sepia #A06144

Tints of Sepia #A06144

RGB

 RED value IS 160 (62.89% from 255) = 49.23%

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 49.23%
G = 29.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A06144 (or 0xA06144) is known color: Sepia. HEX triplet: A0, 61 and 44. RGB value is (160,97,68). Sum of RGB (Red+Green+Blue) = 160+97+68=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06144 is #5F9EBB. Grayscale: #707070. Windows color (decimal): -6266556 or 4481440. OLE color: 4481440.

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

Color convert

RGB 160 97 68 -
CMYK 0 0.39 0.57 0.37
HSL 18.91º 0.4% 0.45% -
HSV(B) 18.91º 0.58% 0.63% -
XYZ 19.82 16.44 7.6 -
YUV 112.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 160 97 68 0 0.39 0.57 0.37 18.91 0.4 0.45
Hex A0 61 44 0 27 39 25 13 28 2D
Octal 240 141 104 0 47 71 45 23 50 55
Binary 10100000 1100001 1000100 0 100111 111001 100101 10011 101000 101101

Color Harmonies of #A06144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06144

Black with #A06144

Text Example


Text Example

White with #A06144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06144; }

 p { color: rgb(160,97,68); }

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

background-color css

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

 a { background-color: rgb(160,97,68); }

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

border-color css

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

 span { border-color: rgb(160,97,68); }

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