#AA6359

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

Shades of Au Chico #AA6359

Tints of Au Chico #AA6359

Color information

#AA6359 (or 0xAA6359) is unknown color: approx Au Chico. HEX triplet: AA, 63 and 59. RGB value is (170,99,89). Sum of RGB (Red+Green+Blue) = 170+99+89=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6359 is #559CA6. Grayscale: #777777. Windows color (decimal): -5610663 or 5858218. OLE color: 5858218.

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

Color convert

RGB1709989-
CMYK00.420.480.33
HSL7.41º32.27%50.78%-
HSV(B)7.41º47.65%66.67%-
XYZ22.8418.1911.76-
YUV119.09111.02164.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=47.49%
G=27.65%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170998900.420.480.337.4132.2750.78
HexAA635902A302172033
Octal252143131052604174063
Binary10101010110001110110010101010110000100001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6359; }

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

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

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

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

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

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

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

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