Html Css Color HEX #A05A2F Indochine

📋 copy color: '#A05A2F'

red 160 ◦ green 90 ◦ blue 47

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

Shades of Indochine #A05A2F

Tints of Indochine #A05A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 53.87%
G = 30.3%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A05A2F (or 0xA05A2F) is known color: Indochine. HEX triplet: A0, 5A and 2F. RGB value is (160,90,47). Sum of RGB (Red+Green+Blue) = 160+90+47=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A2F is #5FA5D0. Grayscale: #6A6A6A. Windows color (decimal): -6268369 or 3103392. OLE color: 3103392.

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

Color convert

RGB 160 90 47 -
CMYK 0 0.44 0.71 0.37
HSL 22.83º 0.55% 0.41% -
HSV(B) 22.83º 0.71% 0.63% -
XYZ 18.67 14.99 4.6 -
YUV 106.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 160 90 47 0 0.44 0.71 0.37 22.83 0.55 0.41
Hex A0 5A 2F 0 2C 47 25 17 37 29
Octal 240 132 57 0 54 107 45 27 67 51
Binary 10100000 1011010 101111 0 101100 1000111 100101 10111 110111 101001

Color Harmonies of #A05A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A2F

Black with #A05A2F

Text Example


Text Example

White with #A05A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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