#A55D32

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

Shades of Indochine #A55D32

Tints of Indochine #A55D32

Color information

#A55D32 (or 0xA55D32) is unknown color: approx Indochine. HEX triplet: A5, 5D and 32. RGB value is (165,93,50). Sum of RGB (Red+Green+Blue) = 165+93+50=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D32 is #5AA2CD. Grayscale: #6D6D6D. Windows color (decimal): -5939918 or 3300773. OLE color: 3300773.

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

Color convert

RGB1659350-
CMYK00.440.700.35
HSL22.43º53.49%42.16%-
HSV(B)22.43º69.7%64.71%-
XYZ20.0116.065.06-
YUV109.6394.35167.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=53.57%
G=30.19%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165935000.440.700.3522.4353.4942.16
HexA55D3202C462316352a
Octal2451356205410643266552
Binary1010010110111011100100101100100011010001110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D32; }

 p { color: rgb(165,93,50); }

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

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

 a { background-color: rgb(165,93,50); }

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

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

 span { border-color: rgb(165,93,50); }

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