Html Css Color HEX #ABAA71 Locust

📋 copy color: '#ABAA71'

red 171 ◦ green 170 ◦ blue 113

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

Shades of Locust #ABAA71

Tints of Locust #ABAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

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

R = 37.67%
G = 37.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ABAA71 (or 0xABAA71) is known color: Locust. HEX triplet: AB, AA and 71. RGB value is (171,170,113). Sum of RGB (Red+Green+Blue) = 171+170+113=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA71 is #54558E. Grayscale: #A4A4A4. Windows color (decimal): -5526927 or 7449259. OLE color: 7449259.

HSL color Cylindrical-coordinate representation of color #ABAA71: hue angle of 58.97º 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 #ABAA71 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 113 -
CMYK 0 0.01 0.34 0.33
HSL 58.97º 0.26% 0.56% -
HSV(B) 58.97º 0.34% 0.67% -
XYZ 34.15 38.6 21.27 -
YUV 163.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 171 170 113 0 0.01 0.34 0.33 58.97 0.26 0.56
Hex AB AA 71 0 1 22 21 3B 1A 38
Octal 253 252 161 0 1 42 41 73 32 70
Binary 10101011 10101010 1110001 0 1 100010 100001 111011 11010 111000

Color Harmonies of #ABAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA71

Black with #ABAA71

Text Example


Text Example

White with #ABAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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