#AEAF75

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

Shades of Locust #AEAF75

Tints of Locust #AEAF75

Color information

#AEAF75 (or 0xAEAF75) is unknown color: approx Locust. HEX triplet: AE, AF and 75. RGB value is (174,175,117). Sum of RGB (Red+Green+Blue) = 174+175+117=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF75 is #51508A. Grayscale: #A8A8A8. Windows color (decimal): -5329035 or 7712686. OLE color: 7712686.

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

Color convert

RGB174175117-
CMYK0.0100.330.31
HSL61.03º26.61%57.25%-
HSV(B)61.03º33.14%68.63%-
XYZ3640.9422.84-
YUV168.0999.17132.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=37.34%
G=37.55%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751170.0100.330.3161.0326.6157.25
HexAEAF7510211F3d1b39
Octal256257165104137753371
Binary10101110101011111110101101000011111111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF75; }

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

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

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

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

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

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

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

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