Html Css Color HEX #AAA975 Locust

📋 copy color: '#AAA975'

red 170 ◦ green 169 ◦ blue 117

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

Shades of Locust #AAA975

Tints of Locust #AAA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.06%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 37.28%
G = 37.06%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AAA975 (or 0xAAA975) is known color: Locust. HEX triplet: AA, A9 and 75. RGB value is (170,169,117). Sum of RGB (Red+Green+Blue) = 170+169+117=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA975 is #55568A. Grayscale: #A3A3A3. Windows color (decimal): -5592715 or 7711146. OLE color: 7711146.

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

Color convert

RGB 170 169 117 -
CMYK 0 0.01 0.31 0.33
HSL 58.87º 0.24% 0.56% -
HSV(B) 58.87º 0.31% 0.67% -
XYZ 33.98 38.21 22.41 -
YUV 163.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 170 169 117 0 0.01 0.31 0.33 58.87 0.24 0.56
Hex AA A9 75 0 1 1F 21 3B 18 38
Octal 252 251 165 0 1 37 41 73 30 70
Binary 10101010 10101001 1110101 0 1 11111 100001 111011 11000 111000

Color Harmonies of #AAA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA975

Black with #AAA975

Text Example


Text Example

White with #AAA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA975; }

 p { color: rgb(170,169,117); }

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

background-color css

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

 a { background-color: rgb(170,169,117); }

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

border-color css

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

 span { border-color: rgb(170,169,117); }

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