#A05B34

Color #A05B34 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #A05B34

Tints of Indochine #A05B34

Color information

#A05B34 (or 0xA05B34) is unknown color: approx Indochine. HEX triplet: A0, 5B and 34. RGB value is (160,91,52). Sum of RGB (Red+Green+Blue) = 160+91+52=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05B34 is #5FA4CB. Grayscale: #6B6B6B. Windows color (decimal): -6268108 or 3431328. OLE color: 3431328.

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

Color convert

RGB1609152-
CMYK00.430.680.37
HSL21.67º50.94%41.57%-
HSV(B)21.67º67.5%62.75%-
XYZ18.8615.25.19-
YUV107.1896.86165.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=52.81%
G=30.03%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160915200.430.680.3721.6750.9441.57
HexA05B3402B442516332a
Octal2401336405310445266352
Binary1010000010110111101000101011100010010010110110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B34; }

 p { color: rgb(160,91,52); }

 H1.HeaderClassName
 {
   color: #A05B34;
 }
 .AnyTagClassName
 {
   color: #A05B34;
 }
</style>
background-color css

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

 a { background-color: rgb(160,91,52); }

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

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

 span { border-color: rgb(160,91,52); }

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