Html Css Color HEX #ABAA74 Locust

📋 copy color: '#ABAA74'

red 171 ◦ green 170 ◦ blue 116

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

Shades of Locust #ABAA74

Tints of Locust #ABAA74

RGB

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

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

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

R = 37.42%
G = 37.2%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABAA74 (or 0xABAA74) is known color: Locust. HEX triplet: AB, AA and 74. RGB value is (171,170,116). Sum of RGB (Red+Green+Blue) = 171+170+116=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA74 is #54558B. Grayscale: #A4A4A4. Windows color (decimal): -5526924 or 7645867. OLE color: 7645867.

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

Color convert

RGB 171 170 116 -
CMYK 0 0.01 0.32 0.33
HSL 58.91º 0.25% 0.56% -
HSV(B) 58.91º 0.32% 0.67% -
XYZ 34.32 38.67 22.18 -
YUV 164.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 171 170 116 0 0.01 0.32 0.33 58.91 0.25 0.56
Hex AB AA 74 0 1 20 21 3B 19 38
Octal 253 252 164 0 1 40 41 73 31 70
Binary 10101011 10101010 1110100 0 1 100000 100001 111011 11001 111000

Color Harmonies of #ABAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA74

Black with #ABAA74

Text Example


Text Example

White with #ABAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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