Html Css Color HEX #ABAB6F Locust

📋 copy color: '#ABAB6F'

red 171 ◦ green 171 ◦ blue 111

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

Shades of Locust #ABAB6F

Tints of Locust #ABAB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 37.75%
G = 37.75%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#ABAB6F (or 0xABAB6F) is known color: Locust. HEX triplet: AB, AB and 6F. RGB value is (171,171,111). Sum of RGB (Red+Green+Blue) = 171+171+111=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6F is #545490. Grayscale: #A4A4A4. Windows color (decimal): -5526673 or 7318443. OLE color: 7318443.

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

Color convert

RGB 171 171 111 -
CMYK 0 0 0.35 0.33
HSL 60º 0.26% 0.55% -
HSV(B) 60º 0.35% 0.67% -
XYZ 34.23 38.93 20.75 -
YUV 164.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 171 171 111 0 0 0.35 0.33 60 0.26 0.55
Hex AB AB 6F 0 0 23 21 3C 1A 37
Octal 253 253 157 0 0 43 41 74 32 67
Binary 10101011 10101011 1101111 0 0 100011 100001 111100 11010 110111

Color Harmonies of #ABAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB6F

Black with #ABAB6F

Text Example


Text Example

White with #ABAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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