#AEA48A

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

Shades of Chino #AEA48A

Tints of Chino #AEA48A

Color information

#AEA48A (or 0xAEA48A) is unknown color: approx Chino. HEX triplet: AE, A4 and 8A. RGB value is (174,164,138). Sum of RGB (Red+Green+Blue) = 174+164+138=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA48A is #515B75. Grayscale: #A4A4A4. Windows color (decimal): -5331830 or 9086126. OLE color: 9086126.

HSL color Cylindrical-coordinate representation of color #AEA48A: hue angle of 43.33º degrees, saturation: 0.18, 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 #AEA48A is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174164138-
CMYK00.060.210.32
HSL43.33º18.18%61.18%-
HSV(B)43.33º20.69%68.24%-
XYZ35.3237.3829.4-
YUV164.03113.31135.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=36.55%
G=34.45%
B=28.99%

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
Decimal17416413800.060.210.3243.3318.1861.18
HexAEA48A0615202b123d
Octal256244212062540532275
Binary10101110101001001000101001101010110000010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA48A; }

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

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

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

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

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

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

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

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