#AA6358

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

Shades of Au Chico #AA6358

Tints of Au Chico #AA6358

Color information

#AA6358 (or 0xAA6358) is unknown color: approx Au Chico. HEX triplet: AA, 63 and 58. RGB value is (170,99,88). Sum of RGB (Red+Green+Blue) = 170+99+88=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6358 is #559CA7. Grayscale: #777777. Windows color (decimal): -5610664 or 5792682. OLE color: 5792682.

HSL color Cylindrical-coordinate representation of color #AA6358: hue angle of 8.05º degrees, saturation: 0.33, 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 #AA6358 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1709988-
CMYK00.420.480.33
HSL8.05º32.54%50.59%-
HSV(B)8.05º48.24%66.67%-
XYZ22.818.1711.54-
YUV118.98110.52164.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=47.62%
G=27.73%
B=24.65%

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
Decimal170998800.420.480.338.0532.5450.59
HexAA635802A302182133
Octal2521431300526041104163
Binary101010101100011101100001010101100001000011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6358; }

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

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

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

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

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

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

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

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