#A55C33

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

Shades of Indochine #A55C33

Tints of Indochine #A55C33

Color information

#A55C33 (or 0xA55C33) is unknown color: approx Indochine. HEX triplet: A5, 5C and 33. RGB value is (165,92,51). Sum of RGB (Red+Green+Blue) = 165+92+51=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C33 is #5AA3CC. Grayscale: #6D6D6D. Windows color (decimal): -5940173 or 3366053. OLE color: 3366053.

HSL color Cylindrical-coordinate representation of color #A55C33: hue angle of 21.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A55C33 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1659251-
CMYK00.440.690.35
HSL21.58º52.78%42.35%-
HSV(B)21.58º69.09%64.71%-
XYZ19.9415.895.15-
YUV109.1595.18167.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=53.57%
G=29.87%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165925100.440.690.3521.5852.7842.35
HexA55C3302C452316352a
Octal2451346305410543266552
Binary1010010110111001100110101100100010110001110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C33; }

 p { color: rgb(165,92,51); }

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

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

 a { background-color: rgb(165,92,51); }

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

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

 span { border-color: rgb(165,92,51); }

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