#A35F52

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

Shades of Au Chico #A35F52

Tints of Au Chico #A35F52

Color information

#A35F52 (or 0xA35F52) is unknown color: approx Au Chico. HEX triplet: A3, 5F and 52. RGB value is (163,95,82). Sum of RGB (Red+Green+Blue) = 163+95+82=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F52 is #5CA0AD. Grayscale: #717171. Windows color (decimal): -6070446 or 5398435. OLE color: 5398435.

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

Color convert

RGB1639582-
CMYK00.420.500.36
HSL9.63º33.06%48.04%-
HSV(B)9.63º49.69%63.92%-
XYZ20.7216.5810.09-
YUV113.85110.03163.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=47.94%
G=27.94%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163958200.420.500.369.6333.0648.04
HexA35F5202A3224a2130
Octal2431371220526244124160
Binary101000111011111101001001010101100101001001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F52; }

 p { color: rgb(163,95,82); }

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

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

 a { background-color: rgb(163,95,82); }

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

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

 span { border-color: rgb(163,95,82); }

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