Html Css Color HEX #ABAB80 Locust

📋 copy color: '#ABAB80'

red 171 ◦ green 171 ◦ blue 128

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

Shades of Locust #ABAB80

Tints of Locust #ABAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

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

R = 36.38%
G = 36.38%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#ABAB80 (or 0xABAB80) is known color: Locust. HEX triplet: AB, AB and 80. RGB value is (171,171,128). Sum of RGB (Red+Green+Blue) = 171+171+128=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB80 is #54547F. Grayscale: #A6A6A6. Windows color (decimal): -5526656 or 8432555. OLE color: 8432555.

HSL color Cylindrical-coordinate representation of color #ABAB80: hue angle of 60º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAB80 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 128 -
CMYK 0 0 0.25 0.33
HSL 60º 0.2% 0.59% -
HSV(B) 60º 0.25% 0.67% -
XYZ 35.25 39.34 26.16 -
YUV 166.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 171 171 128 0 0 0.25 0.33 60 0.2 0.59
Hex AB AB 80 0 0 19 21 3C 14 3B
Octal 253 253 200 0 0 31 41 74 24 73
Binary 10101011 10101011 10000000 0 0 11001 100001 111100 10100 111011

Color Harmonies of #ABAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB80

Black with #ABAB80

Text Example


Text Example

White with #ABAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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