Html Css Color HEX #AAB378 Locust

📋 copy color: '#AAB378'

red 170 ◦ green 179 ◦ blue 120

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

Shades of Locust #AAB378

Tints of Locust #AAB378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 36.25%
G = 38.17%
B = 25.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#AAB378 (or 0xAAB378) is known color: Locust. HEX triplet: AA, B3 and 78. RGB value is (170,179,120). Sum of RGB (Red+Green+Blue) = 170+179+120=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB378 is #554C87. Grayscale: #A9A9A9. Windows color (decimal): -5590152 or 7910314. OLE color: 7910314.

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

Color convert

RGB 170 179 120 -
CMYK 0.05 0 0.33 0.30
HSL 69.15º 0.28% 0.59% -
HSV(B) 69.15º 0.33% 0.7% -
XYZ 36.09 42.14 24 -
YUV 169.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 170 179 120 0.05 0 0.33 0.30 69.15 0.28 0.59
Hex AA B3 78 5 0 21 1E 45 1C 3B
Octal 252 263 170 5 0 41 36 105 34 73
Binary 10101010 10110011 1111000 101 0 100001 11110 1000101 11100 111011

Color Harmonies of #AAB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB378

Black with #AAB378

Text Example


Text Example

White with #AAB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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