Html Css Color HEX #ABAB71 Locust

📋 copy color: '#ABAB71'

red 171 ◦ green 171 ◦ blue 113

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

Shades of Locust #ABAB71

Tints of Locust #ABAB71

RGB

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

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

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

R = 37.58%
G = 37.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ABAB71 (or 0xABAB71) is known color: Locust. HEX triplet: AB, AB and 71. RGB value is (171,171,113). Sum of RGB (Red+Green+Blue) = 171+171+113=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB71 is #54548E. Grayscale: #A4A4A4. Windows color (decimal): -5526671 or 7449515. OLE color: 7449515.

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

Color convert

RGB 171 171 113 -
CMYK 0 0 0.34 0.33
HSL 60º 0.26% 0.56% -
HSV(B) 60º 0.34% 0.67% -
XYZ 34.34 38.98 21.34 -
YUV 164.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 171 171 113 0 0 0.34 0.33 60 0.26 0.56
Hex AB AB 71 0 0 22 21 3C 1A 38
Octal 253 253 161 0 0 42 41 74 32 70
Binary 10101011 10101011 1110001 0 0 100010 100001 111100 11010 111000

Color Harmonies of #ABAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB71

Black with #ABAB71

Text Example


Text Example

White with #ABAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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