#A36055

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

Shades of Au Chico #A36055

Tints of Au Chico #A36055

Color information

#A36055 (or 0xA36055) is unknown color: approx Au Chico. HEX triplet: A3, 60 and 55. RGB value is (163,96,85). Sum of RGB (Red+Green+Blue) = 163+96+85=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A36055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36055 is #5C9FAA. Grayscale: #727272. Windows color (decimal): -6070187 or 5595299. OLE color: 5595299.

HSL color Cylindrical-coordinate representation of color #A36055: hue angle of 8.46º 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 #A36055 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1639685-
CMYK00.410.480.36
HSL8.46º31.45%48.63%-
HSV(B)8.46º47.85%63.92%-
XYZ20.9316.8110.74-
YUV114.78111.2162.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=47.38%
G=27.91%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163968500.410.480.368.4631.4548.63
HexA36055029302481f31
Octal2431401250516044103761
Binary10100011110000010101010101001110000100100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36055; }

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

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

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

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

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

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

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

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