Html Css Color HEX #ABAF81 Locust

📋 copy color: '#ABAF81'

red 171 ◦ green 175 ◦ blue 129

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

Shades of Locust #ABAF81

Tints of Locust #ABAF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 36%
G = 36.84%
B = 27.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ABAF81 (or 0xABAF81) is known color: Locust. HEX triplet: AB, AF and 81. RGB value is (171,175,129). Sum of RGB (Red+Green+Blue) = 171+175+129=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF81 is #54507E. Grayscale: #A8A8A8. Windows color (decimal): -5525631 or 8499115. OLE color: 8499115.

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

Color convert

RGB 171 175 129 -
CMYK 0.02 0 0.26 0.31
HSL 65.22º 0.22% 0.6% -
HSV(B) 65.22º 0.26% 0.69% -
XYZ 36.09 40.9 26.76 -
YUV 168.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 171 175 129 0.02 0 0.26 0.31 65.22 0.22 0.6
Hex AB AF 81 2 0 1A 1F 41 16 3C
Octal 253 257 201 2 0 32 37 101 26 74
Binary 10101011 10101111 10000001 10 0 11010 11111 1000001 10110 111100

Color Harmonies of #ABAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF81

Black with #ABAF81

Text Example


Text Example

White with #ABAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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