Html Css Color HEX #AAB475 Locust

📋 copy color: '#AAB475'

red 170 ◦ green 180 ◦ blue 117

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

Shades of Locust #AAB475

Tints of Locust #AAB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 36.4%
G = 38.54%
B = 25.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#AAB475 (or 0xAAB475) is known color: Locust. HEX triplet: AA, B4 and 75. RGB value is (170,180,117). Sum of RGB (Red+Green+Blue) = 170+180+117=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB475 is #554B8A. Grayscale: #AAAAAA. Windows color (decimal): -5589899 or 7713962. OLE color: 7713962.

HSL color Cylindrical-coordinate representation of color #AAB475: hue angle of 69.52º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB475 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 117 -
CMYK 0.06 0 0.35 0.29
HSL 69.52º 0.3% 0.58% -
HSV(B) 69.52º 0.35% 0.71% -
XYZ 36.11 42.47 23.12 -
YUV 169.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 170 180 117 0.06 0 0.35 0.29 69.52 0.3 0.58
Hex AA B4 75 6 0 23 1D 46 1E 3A
Octal 252 264 165 6 0 43 35 106 36 72
Binary 10101010 10110100 1110101 110 0 100011 11101 1000110 11110 111010

Color Harmonies of #AAB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB475

Black with #AAB475

Text Example


Text Example

White with #AAB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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