#A35A2E

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

Shades of Indochine #A35A2E

Tints of Indochine #A35A2E

Color information

#A35A2E (or 0xA35A2E) is unknown color: approx Indochine. HEX triplet: A3, 5A and 2E. RGB value is (163,90,46). Sum of RGB (Red+Green+Blue) = 163+90+46=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A2E is #5CA5D1. Grayscale: #6B6B6B. Windows color (decimal): -6071762 or 3037859. OLE color: 3037859.

HSL color Cylindrical-coordinate representation of color #A35A2E: hue angle of 22.56º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A35A2E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1639046-
CMYK00.450.720.36
HSL22.56º55.98%40.98%-
HSV(B)22.56º71.78%63.92%-
XYZ19.2515.34.52-
YUV106.8193.68168.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=54.52%
G=30.10%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163904600.450.720.3622.5655.9840.98
HexA35A2E02D4824173829
Octal2431325605511044277051
Binary1010001110110101011100101101100100010010010111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A2E; }

 p { color: rgb(163,90,46); }

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

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

 a { background-color: rgb(163,90,46); }

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

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

 span { border-color: rgb(163,90,46); }

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