#A35E33

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

Shades of Indochine #A35E33

Tints of Indochine #A35E33

Color information

#A35E33 (or 0xA35E33) is unknown color: approx Indochine. HEX triplet: A3, 5E and 33. RGB value is (163,94,51). Sum of RGB (Red+Green+Blue) = 163+94+51=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E33 is #5CA1CC. Grayscale: #6D6D6D. Windows color (decimal): -6070733 or 3366563. OLE color: 3366563.

HSL color Cylindrical-coordinate representation of color #A35E33: hue angle of 23.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A35E33 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1639451-
CMYK00.420.690.36
HSL23.04º52.34%41.96%-
HSV(B)23.04º68.71%63.92%-
XYZ19.716.035.19-
YUV109.7394.86166-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=52.92%
G=30.52%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163945100.420.690.3623.0452.3441.96
HexA35E3302A452417342a
Octal2431366305210544276452
Binary1010001110111101100110101010100010110010010111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E33; }

 p { color: rgb(163,94,51); }

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

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

 a { background-color: rgb(163,94,51); }

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

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

 span { border-color: rgb(163,94,51); }

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