#A36155

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

Shades of Au Chico #A36155

Tints of Au Chico #A36155

Color information

#A36155 (or 0xA36155) is unknown color: approx Au Chico. HEX triplet: A3, 61 and 55. RGB value is (163,97,85). Sum of RGB (Red+Green+Blue) = 163+97+85=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A36155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36155 is #5C9EAA. Grayscale: #737373. Windows color (decimal): -6069931 or 5595555. OLE color: 5595555.

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

Color convert

RGB1639785-
CMYK00.400.480.36
HSL9.23º31.45%48.63%-
HSV(B)9.23º47.85%63.92%-
XYZ21.0216.9910.77-
YUV115.37110.87161.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=47.25%
G=28.12%
B=24.64%

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
Decimal163978500.400.480.369.2331.4548.63
HexA36155028302491f31
Octal2431411250506044113761
Binary10100011110000110101010101000110000100100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36155; }

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

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

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

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

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

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

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

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