Html Css Color HEX #AAAF7B Locust

📋 copy color: '#AAAF7B'

red 170 ◦ green 175 ◦ blue 123

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

Shades of Locust #AAAF7B

Tints of Locust #AAAF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 36.32%
G = 37.39%
B = 26.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AAAF7B (or 0xAAAF7B) is known color: Locust. HEX triplet: AA, AF and 7B. RGB value is (170,175,123). Sum of RGB (Red+Green+Blue) = 170+175+123=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF7B is #555084. Grayscale: #A7A7A7. Windows color (decimal): -5591173 or 8105898. OLE color: 8105898.

HSL color Cylindrical-coordinate representation of color #AAAF7B: hue angle of 65.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAF7B is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 123 -
CMYK 0.03 0 0.30 0.31
HSL 65.77º 0.25% 0.58% -
HSV(B) 65.77º 0.3% 0.69% -
XYZ 35.48 40.64 24.71 -
YUV 167.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 170 175 123 0.03 0 0.30 0.31 65.77 0.25 0.58
Hex AA AF 7B 3 0 1E 1F 42 19 3A
Octal 252 257 173 3 0 36 37 102 31 72
Binary 10101010 10101111 1111011 11 0 11110 11111 1000010 11001 111010

Color Harmonies of #AAAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF7B

Black with #AAAF7B

Text Example


Text Example

White with #AAAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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