#a35e5a

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

Shades of Au Chico #A35E5A

Tints of Au Chico #A35E5A

Color information

#A35E5A (or 0xA35E5A) is unknown color: approx Au Chico. HEX triplet: A3, 5E and 5A. RGB value is (163,94,90). Sum of RGB (Red+Green+Blue) = 163+94+90=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E5A is #5CA1A5. Grayscale: #727272. Windows color (decimal): -6070694 or 5922467. OLE color: 5922467.

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

Color convert

RGB1639490-
CMYK00.420.450.36
HSL3.29º28.85%49.61%-
HSV(B)3.29º44.79%63.92%-
XYZ20.9516.5311.76-
YUV114.18114.36162.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=46.97%
G=27.09%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163949000.420.450.363.2928.8549.61
HexA35E5A02A2D2431d32
Octal243136132052554433562
Binary101000111011110101101001010101011011001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35e5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35e5a; }

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

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

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

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

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

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

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

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