Html Css Color HEX #AAB375 Locust

📋 copy color: '#AAB375'

red 170 ◦ green 179 ◦ blue 117

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

Shades of Locust #AAB375

Tints of Locust #AAB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

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

R = 36.48%
G = 38.41%
B = 25.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#AAB375 (or 0xAAB375) is known color: Locust. HEX triplet: AA, B3 and 75. RGB value is (170,179,117). Sum of RGB (Red+Green+Blue) = 170+179+117=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB375 is #554C8A. Grayscale: #A9A9A9. Windows color (decimal): -5590155 or 7713706. OLE color: 7713706.

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

Color convert

RGB 170 179 117 -
CMYK 0.05 0 0.35 0.30
HSL 68.71º 0.29% 0.58% -
HSV(B) 68.71º 0.35% 0.7% -
XYZ 35.91 42.07 23.06 -
YUV 169.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 170 179 117 0.05 0 0.35 0.30 68.71 0.29 0.58
Hex AA B3 75 5 0 23 1E 45 1D 3A
Octal 252 263 165 5 0 43 36 105 35 72
Binary 10101010 10110011 1110101 101 0 100011 11110 1000101 11101 111010

Color Harmonies of #AAB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB375

Black with #AAB375

Text Example


Text Example

White with #AAB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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