Html Css Color HEX #ABAB74 Locust

📋 copy color: '#ABAB74'

red 171 ◦ green 171 ◦ blue 116

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

Shades of Locust #ABAB74

Tints of Locust #ABAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.33%

R = 37.34%
G = 37.34%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABAB74 (or 0xABAB74) is known color: Locust. HEX triplet: AB, AB and 74. RGB value is (171,171,116). Sum of RGB (Red+Green+Blue) = 171+171+116=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB74 is #54548B. Grayscale: #A4A4A4. Windows color (decimal): -5526668 or 7646123. OLE color: 7646123.

HSL color Cylindrical-coordinate representation of color #ABAB74: 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.32%. Process color model (Four color, CMYK) of #ABAB74 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 116 -
CMYK 0 0 0.32 0.33
HSL 60º 0.25% 0.56% -
HSV(B) 60º 0.32% 0.67% -
XYZ 34.51 39.04 22.24 -
YUV 164.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 171 171 116 0 0 0.32 0.33 60 0.25 0.56
Hex AB AB 74 0 0 20 21 3C 19 38
Octal 253 253 164 0 0 40 41 74 31 70
Binary 10101011 10101011 1110100 0 0 100000 100001 111100 11001 111000

Color Harmonies of #ABAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB74

Black with #ABAB74

Text Example


Text Example

White with #ABAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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