#AEA68C

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

Shades of Chino #AEA68C

Tints of Chino #AEA68C

Color information

#AEA68C (or 0xAEA68C) is unknown color: approx Chino. HEX triplet: AE, A6 and 8C. RGB value is (174,166,140). Sum of RGB (Red+Green+Blue) = 174+166+140=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA68C is #515973. Grayscale: #A5A5A5. Windows color (decimal): -5331316 or 9217710. OLE color: 9217710.

HSL color Cylindrical-coordinate representation of color #AEA68C: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA68C is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174166140-
CMYK00.050.200.32
HSL45.88º17.35%61.57%-
HSV(B)45.88º19.54%68.24%-
XYZ35.8338.1630.29-
YUV165.43113.65134.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=36.25%
G=34.58%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416614000.050.200.3245.8817.3561.57
HexAEA68C0514202e113e
Octal256246214052440562176
Binary10101110101001101000110001011010010000010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA68C; }

 p { color: rgb(174,166,140); }

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

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

 a { background-color: rgb(174,166,140); }

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

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

 span { border-color: rgb(174,166,140); }

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