Html Css Color HEX #AAB082 Locust

📋 copy color: '#AAB082'

red 170 ◦ green 176 ◦ blue 130

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

Shades of Locust #AAB082

Tints of Locust #AAB082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 35.71%
G = 36.97%
B = 27.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AAB082 (or 0xAAB082) is known color: Locust. HEX triplet: AA, B0 and 82. RGB value is (170,176,130). Sum of RGB (Red+Green+Blue) = 170+176+130=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB082 is #554F7D. Grayscale: #A9A9A9. Windows color (decimal): -5590910 or 8564906. OLE color: 8564906.

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

Color convert

RGB 170 176 130 -
CMYK 0.03 0 0.26 0.31
HSL 67.83º 0.23% 0.6% -
HSV(B) 67.83º 0.26% 0.69% -
XYZ 36.13 41.21 27.17 -
YUV 168.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 170 176 130 0.03 0 0.26 0.31 67.83 0.23 0.6
Hex AA B0 82 3 0 1A 1F 44 17 3C
Octal 252 260 202 3 0 32 37 104 27 74
Binary 10101010 10110000 10000010 11 0 11010 11111 1000100 10111 111100

Color Harmonies of #AAB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB082

Black with #AAB082

Text Example


Text Example

White with #AAB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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