Html Css Color HEX #AAAF81 Locust

📋 copy color: '#AAAF81'

red 170 ◦ green 175 ◦ blue 129

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

Shades of Locust #AAAF81

Tints of Locust #AAAF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 35.86%
G = 36.92%
B = 27.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AAAF81 (or 0xAAAF81) is known color: Locust. HEX triplet: AA, AF and 81. RGB value is (170,175,129). Sum of RGB (Red+Green+Blue) = 170+175+129=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF81 is #55507E. Grayscale: #A8A8A8. Windows color (decimal): -5591167 or 8499114. OLE color: 8499114.

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

Color convert

RGB 170 175 129 -
CMYK 0.03 0 0.26 0.31
HSL 66.52º 0.22% 0.6% -
HSV(B) 66.52º 0.26% 0.69% -
XYZ 35.87 40.79 26.75 -
YUV 168.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 170 175 129 0.03 0 0.26 0.31 66.52 0.22 0.6
Hex AA AF 81 3 0 1A 1F 43 16 3C
Octal 252 257 201 3 0 32 37 103 26 74
Binary 10101010 10101111 10000001 11 0 11010 11111 1000011 10110 111100

Color Harmonies of #AAAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF81

Black with #AAAF81

Text Example


Text Example

White with #AAAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF81; }

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

 H1.HeaderClassName
 {
   color: #AAAF81;
 }
 .AnyTagClassName
 {
   color: #AAAF81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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