Html Css Color HEX #AAAF7D Locust

📋 copy color: '#AAAF7D'

red 170 ◦ green 175 ◦ blue 125

#AAAF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #AAAF7D

Tints of Locust #AAAF7D

RGB

 RED value IS 170 (66.8% from 255) = 36.17%

 GREEN value IS 175 (68.75% from 255) = 37.23%

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 36.17%
G = 37.23%
B = 26.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AAAF7D (or 0xAAAF7D) is known color: 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

RGB 170 175 125 -
CMYK 0.03 0 0.29 0.31
HSL 66º 0.24% 0.59% -
HSV(B) 66º 0.29% 0.69% -
XYZ 35.61 40.69 25.38 -
YUV 167.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 170 175 125 0.03 0 0.29 0.31 66 0.24 0.59
Hex AA AF 7D 3 0 1D 1F 42 18 3B
Octal 252 257 175 3 0 35 37 102 30 73
Binary 10101010 10101111 1111101 11 0 11101 11111 1000010 11000 111011

Color Harmonies of #AAAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF7D

Black with #AAAF7D

Text Example


Text Example

White with #AAAF7D

Text Example


Text Example

HTML Codes & Css Web 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>