Html Css Color HEX #ABAF71 Locust

📋 copy color: '#ABAF71'

red 171 ◦ green 175 ◦ blue 113

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

Shades of Locust #ABAF71

Tints of Locust #ABAF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 37.25%
G = 38.13%
B = 24.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#ABAF71 (or 0xABAF71) is known color: Locust. HEX triplet: AB, AF and 71. RGB value is (171,175,113). Sum of RGB (Red+Green+Blue) = 171+175+113=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF71 is #54508E. Grayscale: #A6A6A6. Windows color (decimal): -5525647 or 7450539. OLE color: 7450539.

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

Color convert

RGB 171 175 113 -
CMYK 0.02 0 0.35 0.31
HSL 63.87º 0.28% 0.56% -
HSV(B) 63.87º 0.35% 0.69% -
XYZ 35.11 40.51 21.59 -
YUV 166.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 171 175 113 0.02 0 0.35 0.31 63.87 0.28 0.56
Hex AB AF 71 2 0 23 1F 40 1C 38
Octal 253 257 161 2 0 43 37 100 34 70
Binary 10101011 10101111 1110001 10 0 100011 11111 1000000 11100 111000

Color Harmonies of #ABAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF71

Black with #ABAF71

Text Example


Text Example

White with #ABAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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