Html Css Color HEX #ABAE71 Locust

📋 copy color: '#ABAE71'

red 171 ◦ green 174 ◦ blue 113

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

Shades of Locust #ABAE71

Tints of Locust #ABAE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 37.34%
G = 37.99%
B = 24.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ABAE71 (or 0xABAE71) is known color: Locust. HEX triplet: AB, AE and 71. RGB value is (171,174,113). Sum of RGB (Red+Green+Blue) = 171+174+113=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE71 is #54518E. Grayscale: #A6A6A6. Windows color (decimal): -5525903 or 7450283. OLE color: 7450283.

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

Color convert

RGB 171 174 113 -
CMYK 0.02 0 0.35 0.32
HSL 62.95º 0.27% 0.56% -
HSV(B) 62.95º 0.35% 0.68% -
XYZ 34.91 40.12 21.53 -
YUV 166.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 171 174 113 0.02 0 0.35 0.32 62.95 0.27 0.56
Hex AB AE 71 2 0 23 20 3F 1B 38
Octal 253 256 161 2 0 43 40 77 33 70
Binary 10101011 10101110 1110001 10 0 100011 100000 111111 11011 111000

Color Harmonies of #ABAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE71

Black with #ABAE71

Text Example


Text Example

White with #ABAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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