#AEAF7B

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

Shades of Locust #AEAF7B

Tints of Locust #AEAF7B

Color information

#AEAF7B (or 0xAEAF7B) is unknown color: approx Locust. HEX triplet: AE, AF and 7B. RGB value is (174,175,123). Sum of RGB (Red+Green+Blue) = 174+175+123=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF7B is #515084. Grayscale: #A8A8A8. Windows color (decimal): -5329029 or 8105902. OLE color: 8105902.

HSL color Cylindrical-coordinate representation of color #AEAF7B: hue angle of 61.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAF7B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB174175123-
CMYK0.0100.300.31
HSL61.15º24.53%58.43%-
HSV(B)61.15º29.71%68.63%-
XYZ36.3641.0924.75-
YUV168.77102.17131.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=36.86%
G=37.08%
B=26.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751230.0100.300.3161.1524.5358.43
HexAEAF7B101E1F3d193a
Octal256257173103637753172
Binary1010111010101111111101110111101111111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF7B; }

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

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

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

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

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

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

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

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