Html Css Color HEX #ABAB72 Locust

📋 copy color: '#ABAB72'

red 171 ◦ green 171 ◦ blue 114

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

Shades of Locust #ABAB72

Tints of Locust #ABAB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ABAB72 (or 0xABAB72) is known color: Locust. HEX triplet: AB, AB and 72. RGB value is (171,171,114). Sum of RGB (Red+Green+Blue) = 171+171+114=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB72 is #54548D. Grayscale: #A4A4A4. Windows color (decimal): -5526670 or 7515051. OLE color: 7515051.

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

Color convert

RGB 171 171 114 -
CMYK 0 0 0.33 0.33
HSL 60º 0.25% 0.56% -
HSV(B) 60º 0.33% 0.67% -
XYZ 34.39 39 21.63 -
YUV 164.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 171 171 114 0 0 0.33 0.33 60 0.25 0.56
Hex AB AB 72 0 0 21 21 3C 19 38
Octal 253 253 162 0 0 41 41 74 31 70
Binary 10101011 10101011 1110010 0 0 100001 100001 111100 11001 111000

Color Harmonies of #ABAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB72

Black with #ABAB72

Text Example


Text Example

White with #ABAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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