#AEAF7A

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

Shades of Locust #AEAF7A

Tints of Locust #AEAF7A

Color information

#AEAF7A (or 0xAEAF7A) is unknown color: approx Locust. HEX triplet: AE, AF and 7A. RGB value is (174,175,122). Sum of RGB (Red+Green+Blue) = 174+175+122=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF7A is #515085. Grayscale: #A8A8A8. Windows color (decimal): -5329030 or 8040366. OLE color: 8040366.

HSL color Cylindrical-coordinate representation of color #AEAF7A: hue angle of 61.13º 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 #AEAF7A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB174175122-
CMYK0.0100.300.31
HSL61.13º24.88%58.24%-
HSV(B)61.13º30.29%68.63%-
XYZ36.341.0624.43-
YUV168.66101.67131.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=36.94%
G=37.15%
B=25.90%

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
Decimal1741751220.0100.300.3161.1324.8858.24
HexAEAF7A101E1F3d193a
Octal256257172103637753172
Binary1010111010101111111101010111101111111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF7A; }

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

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

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

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

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

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

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

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