Html Css Color HEX #ABAE7F Locust

📋 copy color: '#ABAE7F'

red 171 ◦ green 174 ◦ blue 127

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

Shades of Locust #ABAE7F

Tints of Locust #ABAE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 36.23%
G = 36.86%
B = 26.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#ABAE7F (or 0xABAE7F) is known color: Locust. HEX triplet: AB, AE and 7F. RGB value is (171,174,127). Sum of RGB (Red+Green+Blue) = 171+174+127=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7F is #545180. Grayscale: #A7A7A7. Windows color (decimal): -5525889 or 8367787. OLE color: 8367787.

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

Color convert

RGB 171 174 127 -
CMYK 0.02 0 0.27 0.32
HSL 63.83º 0.22% 0.59% -
HSV(B) 63.83º 0.27% 0.68% -
XYZ 35.76 40.46 26 -
YUV 167.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 171 174 127 0.02 0 0.27 0.32 63.83 0.22 0.59
Hex AB AE 7F 2 0 1B 20 40 16 3B
Octal 253 256 177 2 0 33 40 100 26 73
Binary 10101011 10101110 1111111 10 0 11011 100000 1000000 10110 111011

Color Harmonies of #ABAE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7F

Black with #ABAE7F

Text Example


Text Example

White with #ABAE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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