Html Css Color HEX #AAB075 Locust

📋 copy color: '#AAB075'

red 170 ◦ green 176 ◦ blue 117

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

Shades of Locust #AAB075

Tints of Locust #AAB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

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

R = 36.72%
G = 38.01%
B = 25.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AAB075 (or 0xAAB075) is known color: Locust. HEX triplet: AA, B0 and 75. RGB value is (170,176,117). Sum of RGB (Red+Green+Blue) = 170+176+117=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB075 is #554F8A. Grayscale: #A7A7A7. Windows color (decimal): -5590923 or 7712938. OLE color: 7712938.

HSL color Cylindrical-coordinate representation of color #AAB075: hue angle of 66.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB075 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 117 -
CMYK 0.03 0 0.34 0.31
HSL 66.1º 0.27% 0.57% -
HSV(B) 66.1º 0.34% 0.69% -
XYZ 35.31 40.88 22.86 -
YUV 167.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 170 176 117 0.03 0 0.34 0.31 66.1 0.27 0.57
Hex AA B0 75 3 0 22 1F 42 1B 39
Octal 252 260 165 3 0 42 37 102 33 71
Binary 10101010 10110000 1110101 11 0 100010 11111 1000010 11011 111001

Color Harmonies of #AAB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB075

Black with #AAB075

Text Example


Text Example

White with #AAB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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