Html Css Color HEX #A05932 Indochine

📋 copy color: '#A05932'

red 160 ◦ green 89 ◦ blue 50

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

Shades of Indochine #A05932

Tints of Indochine #A05932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 53.51%
G = 29.77%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A05932 (or 0xA05932) is known color: Indochine. HEX triplet: A0, 59 and 32. RGB value is (160,89,50). Sum of RGB (Red+Green+Blue) = 160+89+50=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A05932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05932 is #5FA6CD. Grayscale: #6A6A6A. Windows color (decimal): -6268622 or 3299744. OLE color: 3299744.

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

Color convert

RGB 160 89 50 -
CMYK 0 0.44 0.69 0.37
HSL 21.27º 0.52% 0.41% -
HSV(B) 21.27º 0.69% 0.63% -
XYZ 18.65 14.85 4.9 -
YUV 105.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 160 89 50 0 0.44 0.69 0.37 21.27 0.52 0.41
Hex A0 59 32 0 2C 45 25 15 34 29
Octal 240 131 62 0 54 105 45 25 64 51
Binary 10100000 1011001 110010 0 101100 1000101 100101 10101 110100 101001

Color Harmonies of #A05932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05932

Black with #A05932

Text Example


Text Example

White with #A05932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05932; }

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

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

background-color css

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

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

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

border-color css

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

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

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