#AEAF7C

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

Shades of Locust #AEAF7C

Tints of Locust #AEAF7C

Color information

#AEAF7C (or 0xAEAF7C) is unknown color: approx Locust. HEX triplet: AE, AF and 7C. RGB value is (174,175,124). Sum of RGB (Red+Green+Blue) = 174+175+124=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF7C is #515083. Grayscale: #A9A9A9. Windows color (decimal): -5329028 or 8171438. OLE color: 8171438.

HSL color Cylindrical-coordinate representation of color #AEAF7C: hue angle of 61.18º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEAF7C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB174175124-
CMYK0.0100.290.31
HSL61.18º24.17%58.63%-
HSV(B)61.18º29.14%68.63%-
XYZ36.4241.1125.08-
YUV168.89102.67131.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=36.79%
G=37.00%
B=26.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751240.0100.290.3161.1824.1758.63
HexAEAF7C101D1F3d183b
Octal256257174103537753073
Binary1010111010101111111110010111011111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF7C; }

 p { color: rgb(174,175,124); }

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

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

 a { background-color: rgb(174,175,124); }

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

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

 span { border-color: rgb(174,175,124); }

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