Html Css Color HEX #ABAE6F Locust

📋 copy color: '#ABAE6F'

red 171 ◦ green 174 ◦ blue 111

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

Shades of Locust #ABAE6F

Tints of Locust #ABAE6F

RGB

 RED value IS 171 (67.19% from 255) = 37.5%

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

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 37.5%
G = 38.16%
B = 24.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ABAE6F (or 0xABAE6F) is known color: Locust. HEX triplet: AB, AE and 6F. RGB value is (171,174,111). Sum of RGB (Red+Green+Blue) = 171+174+111=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6F is #545190. Grayscale: #A6A6A6. Windows color (decimal): -5525905 or 7319211. OLE color: 7319211.

HSL color Cylindrical-coordinate representation of color #ABAE6F: hue angle of 62.86º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABAE6F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 111 -
CMYK 0.02 0 0.36 0.32
HSL 62.86º 0.28% 0.56% -
HSV(B) 62.86º 0.36% 0.68% -
XYZ 34.8 40.08 20.94 -
YUV 165.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 171 174 111 0.02 0 0.36 0.32 62.86 0.28 0.56
Hex AB AE 6F 2 0 24 20 3F 1C 38
Octal 253 256 157 2 0 44 40 77 34 70
Binary 10101011 10101110 1101111 10 0 100100 100000 111111 11100 111000

Color Harmonies of #ABAE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE6F

Black with #ABAE6F

Text Example


Text Example

White with #ABAE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE6F; }

 p { color: rgb(171,174,111); }

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

background-color css

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

 a { background-color: rgb(171,174,111); }

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

border-color css

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

 span { border-color: rgb(171,174,111); }

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