#AEA489

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

Shades of Chino #AEA489

Tints of Chino #AEA489

Color information

#AEA489 (or 0xAEA489) is unknown color: approx Chino. HEX triplet: AE, A4 and 89. RGB value is (174,164,137). Sum of RGB (Red+Green+Blue) = 174+164+137=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA489 is #515B76. Grayscale: #A4A4A4. Windows color (decimal): -5331831 or 9020590. OLE color: 9020590.

HSL color Cylindrical-coordinate representation of color #AEA489: hue angle of 43.78º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA489 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174164137-
CMYK00.060.210.32
HSL43.78º18.59%60.98%-
HSV(B)43.78º21.26%68.24%-
XYZ35.2537.3629.02-
YUV163.91112.81135.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=36.63%
G=34.53%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416413700.060.210.3243.7818.5960.98
HexAEA4890615202c133d
Octal256244211062540542375
Binary10101110101001001000100101101010110000010110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA489; }

 p { color: rgb(174,164,137); }

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

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

 a { background-color: rgb(174,164,137); }

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

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

 span { border-color: rgb(174,164,137); }

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