Html Css Color HEX #ABAF80 Locust

📋 copy color: '#ABAF80'

red 171 ◦ green 175 ◦ blue 128

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

Shades of Locust #ABAF80

Tints of Locust #ABAF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27%

R = 36.08%
G = 36.92%
B = 27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ABAF80 (or 0xABAF80) is known color: Locust. HEX triplet: AB, AF and 80. RGB value is (171,175,128). Sum of RGB (Red+Green+Blue) = 171+175+128=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF80 is #54507F. Grayscale: #A8A8A8. Windows color (decimal): -5525632 or 8433579. OLE color: 8433579.

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

Color convert

RGB 171 175 128 -
CMYK 0.02 0 0.27 0.31
HSL 65.11º 0.23% 0.59% -
HSV(B) 65.11º 0.27% 0.69% -
XYZ 36.02 40.88 26.41 -
YUV 168.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 171 175 128 0.02 0 0.27 0.31 65.11 0.23 0.59
Hex AB AF 80 2 0 1B 1F 41 17 3B
Octal 253 257 200 2 0 33 37 101 27 73
Binary 10101011 10101111 10000000 10 0 11011 11111 1000001 10111 111011

Color Harmonies of #ABAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF80

Black with #ABAF80

Text Example


Text Example

White with #ABAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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