Html Css Color HEX #A0592D Indochine

📋 copy color: '#A0592D'

red 160 ◦ green 89 ◦ blue 45

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

Shades of Indochine #A0592D

Tints of Indochine #A0592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 54.42%
G = 30.27%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0592D (or 0xA0592D) is known color: Indochine. HEX triplet: A0, 59 and 2D. RGB value is (160,89,45). Sum of RGB (Red+Green+Blue) = 160+89+45=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0592D is #5FA6D2. Grayscale: #696969. Windows color (decimal): -6268627 or 2972064. OLE color: 2972064.

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

Color convert

RGB 160 89 45 -
CMYK 0 0.44 0.72 0.37
HSL 22.96º 0.56% 0.4% -
HSV(B) 22.96º 0.72% 0.63% -
XYZ 18.54 14.81 4.36 -
YUV 105.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 160 89 45 0 0.44 0.72 0.37 22.96 0.56 0.4
Hex A0 59 2D 0 2C 48 25 17 38 28
Octal 240 131 55 0 54 110 45 27 70 50
Binary 10100000 1011001 101101 0 101100 1001000 100101 10111 111000 101000

Color Harmonies of #A0592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0592D

Black with #A0592D

Text Example


Text Example

White with #A0592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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