#AEAF82

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

Shades of Locust #AEAF82

Tints of Locust #AEAF82

Color information

#AEAF82 (or 0xAEAF82) is unknown color: approx Locust. HEX triplet: AE, AF and 82. RGB value is (174,175,130). Sum of RGB (Red+Green+Blue) = 174+175+130=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF82 is #51507D. Grayscale: #A9A9A9. Windows color (decimal): -5329022 or 8564654. OLE color: 8564654.

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

Color convert

RGB174175130-
CMYK0.0100.260.31
HSL61.33º21.95%59.8%-
HSV(B)61.33º25.71%68.63%-
XYZ36.8141.2727.14-
YUV169.57105.67131.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=36.33%
G=36.53%
B=27.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751300.0100.260.3161.3321.9559.8
HexAEAF82101A1F3d163c
Octal256257202103237752674
Binary10101110101011111000001010110101111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF82; }

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

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

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

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

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

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

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

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