Html Css Color HEX #A05936 Indochine

📋 copy color: '#A05936'

red 160 ◦ green 89 ◦ blue 54

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

Shades of Indochine #A05936

Tints of Indochine #A05936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 52.81%
G = 29.37%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A05936 (or 0xA05936) is known color: Indochine. HEX triplet: A0, 59 and 36. RGB value is (160,89,54). Sum of RGB (Red+Green+Blue) = 160+89+54=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A05936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05936 is #5FA6C9. Grayscale: #6A6A6A. Windows color (decimal): -6268618 or 3561888. OLE color: 3561888.

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

Color convert

RGB 160 89 54 -
CMYK 0 0.44 0.66 0.37
HSL 19.81º 0.5% 0.42% -
HSV(B) 19.81º 0.66% 0.63% -
XYZ 18.74 14.88 5.38 -
YUV 106.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 160 89 54 0 0.44 0.66 0.37 19.81 0.5 0.42
Hex A0 59 36 0 2C 42 25 14 32 2A
Octal 240 131 66 0 54 102 45 24 62 52
Binary 10100000 1011001 110110 0 101100 1000010 100101 10100 110010 101010

Color Harmonies of #A05936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05936

Black with #A05936

Text Example


Text Example

White with #A05936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05936; }

 p { color: rgb(160,89,54); }

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

background-color css

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

 a { background-color: rgb(160,89,54); }

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

border-color css

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

 span { border-color: rgb(160,89,54); }

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