Html Css Color HEX #AAB275 Locust

📋 copy color: '#AAB275'

red 170 ◦ green 178 ◦ blue 117

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

Shades of Locust #AAB275

Tints of Locust #AAB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 36.56%
G = 38.28%
B = 25.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#AAB275 (or 0xAAB275) is known color: Locust. HEX triplet: AA, B2 and 75. RGB value is (170,178,117). Sum of RGB (Red+Green+Blue) = 170+178+117=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB275 is #554D8A. Grayscale: #A8A8A8. Windows color (decimal): -5590411 or 7713450. OLE color: 7713450.

HSL color Cylindrical-coordinate representation of color #AAB275: hue angle of 67.87º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB275 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 117 -
CMYK 0.04 0 0.34 0.30
HSL 67.87º 0.28% 0.58% -
HSV(B) 67.87º 0.34% 0.7% -
XYZ 35.71 41.67 22.99 -
YUV 168.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 170 178 117 0.04 0 0.34 0.30 67.87 0.28 0.58
Hex AA B2 75 4 0 22 1E 44 1C 3A
Octal 252 262 165 4 0 42 36 104 34 72
Binary 10101010 10110010 1110101 100 0 100010 11110 1000100 11100 111010

Color Harmonies of #AAB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB275

Black with #AAB275

Text Example


Text Example

White with #AAB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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