Html Css Color HEX #A05A42 Sepia

📋 copy color: '#A05A42'

red 160 ◦ green 90 ◦ blue 66

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

Shades of Sepia #A05A42

Tints of Sepia #A05A42

RGB

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

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

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

R = 50.63%
G = 28.48%
B = 20.89%

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

#A05A42 (or 0xA05A42) is known color: Sepia. HEX triplet: A0, 5A and 42. RGB value is (160,90,66). Sum of RGB (Red+Green+Blue) = 160+90+66=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A42 is #5FA5BD. Grayscale: #6C6C6C. Windows color (decimal): -6268350 or 4348576. OLE color: 4348576.

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

Color convert

RGB 160 90 66 -
CMYK 0 0.44 0.59 0.37
HSL 15.32º 0.42% 0.44% -
HSV(B) 15.32º 0.59% 0.63% -
XYZ 19.14 15.18 7.08 -
YUV 108.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 160 90 66 0 0.44 0.59 0.37 15.32 0.42 0.44
Hex A0 5A 42 0 2C 3B 25 F 2A 2C
Octal 240 132 102 0 54 73 45 17 52 54
Binary 10100000 1011010 1000010 0 101100 111011 100101 1111 101010 101100

Color Harmonies of #A05A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A42

Black with #A05A42

Text Example


Text Example

White with #A05A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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