Html Css Color HEX #AAAD75 Locust

📋 copy color: '#AAAD75'

red 170 ◦ green 173 ◦ blue 117

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

Shades of Locust #AAAD75

Tints of Locust #AAAD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 36.96%
G = 37.61%
B = 25.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AAAD75 (or 0xAAAD75) is known color: Locust. HEX triplet: AA, AD and 75. RGB value is (170,173,117). Sum of RGB (Red+Green+Blue) = 170+173+117=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD75 is #55528A. Grayscale: #A5A5A5. Windows color (decimal): -5591691 or 7712170. OLE color: 7712170.

HSL color Cylindrical-coordinate representation of color #AAAD75: hue angle of 63.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAD75 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 117 -
CMYK 0.02 0 0.32 0.32
HSL 63.21º 0.25% 0.57% -
HSV(B) 63.21º 0.32% 0.68% -
XYZ 34.73 39.72 22.67 -
YUV 165.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 170 173 117 0.02 0 0.32 0.32 63.21 0.25 0.57
Hex AA AD 75 2 0 20 20 3F 19 39
Octal 252 255 165 2 0 40 40 77 31 71
Binary 10101010 10101101 1110101 10 0 100000 100000 111111 11001 111001

Color Harmonies of #AAAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD75

Black with #AAAD75

Text Example


Text Example

White with #AAAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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