#AAAF7D

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

Shades of Locust #AAAF7D

Tints of Locust #AAAF7D

Color information

#AAAF7D (or 0xAAAF7D) is unknown color: approx Locust. HEX triplet: AA, AF and 7D. RGB value is (170,175,125). Sum of RGB (Red+Green+Blue) = 170+175+125=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF7D is #555082. Grayscale: #A8A8A8. Windows color (decimal): -5591171 or 8236970. OLE color: 8236970.

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

Color convert

RGB170175125-
CMYK0.0300.290.31
HSL66º23.81%58.82%-
HSV(B)66º28.57%68.63%-
XYZ35.6140.6925.38-
YUV167.8103.84129.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=36.17%
G=37.23%
B=26.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751250.0300.290.316623.8158.82
HexAAAF7D301D1F42183b
Octal2522571753035371023073
Binary101010101010111111111011101110111111100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF7D; }

 p { color: rgb(170,175,125); }

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

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

 a { background-color: rgb(170,175,125); }

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

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

 span { border-color: rgb(170,175,125); }

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