Html Css Color HEX #ABAA73 Locust

📋 copy color: '#ABAA73'

red 171 ◦ green 170 ◦ blue 115

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

Shades of Locust #ABAA73

Tints of Locust #ABAA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 37.5%
G = 37.28%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ABAA73 (or 0xABAA73) is known color: Locust. HEX triplet: AB, AA and 73. RGB value is (171,170,115). Sum of RGB (Red+Green+Blue) = 171+170+115=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA73 is #54558C. Grayscale: #A4A4A4. Windows color (decimal): -5526925 or 7580331. OLE color: 7580331.

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

Color convert

RGB 171 170 115 -
CMYK 0 0.01 0.33 0.33
HSL 58.93º 0.25% 0.56% -
HSV(B) 58.93º 0.33% 0.67% -
XYZ 34.26 38.65 21.87 -
YUV 164.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 171 170 115 0 0.01 0.33 0.33 58.93 0.25 0.56
Hex AB AA 73 0 1 21 21 3B 19 38
Octal 253 252 163 0 1 41 41 73 31 70
Binary 10101011 10101010 1110011 0 1 100001 100001 111011 11001 111000

Color Harmonies of #ABAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA73

Black with #ABAA73

Text Example


Text Example

White with #ABAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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