Html Css Color HEX #A05A40 Sepia

📋 copy color: '#A05A40'

red 160 ◦ green 90 ◦ blue 64

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

Shades of Sepia #A05A40

Tints of Sepia #A05A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 50.96%
G = 28.66%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A05A40 (or 0xA05A40) is known color: Sepia. HEX triplet: A0, 5A and 40. RGB value is (160,90,64). Sum of RGB (Red+Green+Blue) = 160+90+64=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A40 is #5FA5BF. Grayscale: #6C6C6C. Windows color (decimal): -6268352 or 4217504. OLE color: 4217504.

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

Color convert

RGB 160 90 64 -
CMYK 0 0.44 0.6 0.37
HSL 16.25º 0.43% 0.44% -
HSV(B) 16.25º 0.6% 0.63% -
XYZ 19.08 15.16 6.77 -
YUV 107.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 160 90 64 0 0.44 0.6 0.37 16.25 0.43 0.44
Hex A0 5A 40 0 2C 3C 25 10 2B 2C
Octal 240 132 100 0 54 74 45 20 53 54
Binary 10100000 1011010 1000000 0 101100 111100 100101 10000 101011 101100

Color Harmonies of #A05A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A40

Black with #A05A40

Text Example


Text Example

White with #A05A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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