#A36255

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

Shades of Au Chico #A36255

Tints of Au Chico #A36255

Color information

#A36255 (or 0xA36255) is unknown color: approx Au Chico. HEX triplet: A3, 62 and 55. RGB value is (163,98,85). Sum of RGB (Red+Green+Blue) = 163+98+85=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36255 is #5C9DAA. Grayscale: #747474. Windows color (decimal): -6069675 or 5595811. OLE color: 5595811.

HSL color Cylindrical-coordinate representation of color #A36255: hue angle of 10º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36255 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1639885-
CMYK00.400.480.36
HSL10º31.45%48.63%-
HSV(B)10º47.85%63.92%-
XYZ21.1117.1810.8-
YUV115.95110.53161.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=47.11%
G=28.32%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163988500.400.480.361031.4548.63
HexA362550283024a1f31
Octal2431421250506044123761
Binary10100011110001010101010101000110000100100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36255; }

 p { color: rgb(163,98,85); }

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

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

 a { background-color: rgb(163,98,85); }

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

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

 span { border-color: rgb(163,98,85); }

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