Html Css Color HEX #A2AE80 Locust

📋 copy color: '#A2AE80'

red 162 ◦ green 174 ◦ blue 128

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

Shades of Locust #A2AE80

Tints of Locust #A2AE80

RGB

 RED value IS 162 (63.67% from 255) = 34.91%

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 34.91%
G = 37.5%
B = 27.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#A2AE80 (or 0xA2AE80) is known color: Locust. HEX triplet: A2, AE and 80. RGB value is (162,174,128). Sum of RGB (Red+Green+Blue) = 162+174+128=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE80 is #5D517F. Grayscale: #A5A5A5. Windows color (decimal): -6115712 or 8433314. OLE color: 8433314.

HSL color Cylindrical-coordinate representation of color #A2AE80: hue angle of 75.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AE80 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 128 -
CMYK 0.07 0 0.26 0.32
HSL 75.65º 0.22% 0.59% -
HSV(B) 75.65º 0.26% 0.68% -
XYZ 33.93 39.51 26.26 -
YUV 165.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 162 174 128 0.07 0 0.26 0.32 75.65 0.22 0.59
Hex A2 AE 80 7 0 1A 20 4C 16 3B
Octal 242 256 200 7 0 32 40 114 26 73
Binary 10100010 10101110 10000000 111 0 11010 100000 1001100 10110 111011

Color Harmonies of #A2AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE80

Black with #A2AE80

Text Example


Text Example

White with #A2AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE80; }

 p { color: rgb(162,174,128); }

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

background-color css

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

 a { background-color: rgb(162,174,128); }

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

border-color css

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

 span { border-color: rgb(162,174,128); }

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