#AA6357

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

Shades of Au Chico #AA6357

Tints of Au Chico #AA6357

Color information

#AA6357 (or 0xAA6357) is unknown color: approx Au Chico. HEX triplet: AA, 63 and 57. RGB value is (170,99,87). Sum of RGB (Red+Green+Blue) = 170+99+87=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6357 is #559CA8. Grayscale: #767676. Windows color (decimal): -5610665 or 5727146. OLE color: 5727146.

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

Color convert

RGB1709987-
CMYK00.420.490.33
HSL8.67º32.81%50.39%-
HSV(B)8.67º48.82%66.67%-
XYZ22.7618.1611.32-
YUV118.86110.02164.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=47.75%
G=27.81%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170998700.420.490.338.6732.8150.39
HexAA635702A312192132
Octal2521431270526141114162
Binary101010101100011101011101010101100011000011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6357; }

 p { color: rgb(170,99,87); }

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

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

 a { background-color: rgb(170,99,87); }

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

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

 span { border-color: rgb(170,99,87); }

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