Html Css Color HEX #ABAA70 Locust

📋 copy color: '#ABAA70'

red 171 ◦ green 170 ◦ blue 112

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

Shades of Locust #ABAA70

Tints of Locust #ABAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 37.75%
G = 37.53%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#ABAA70 (or 0xABAA70) is known color: Locust. HEX triplet: AB, AA and 70. RGB value is (171,170,112). Sum of RGB (Red+Green+Blue) = 171+170+112=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA70 is #54558F. Grayscale: #A3A3A3. Windows color (decimal): -5526928 or 7383723. OLE color: 7383723.

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

Color convert

RGB 171 170 112 -
CMYK 0 0.01 0.35 0.33
HSL 58.98º 0.26% 0.55% -
HSV(B) 58.98º 0.35% 0.67% -
XYZ 34.09 38.58 20.98 -
YUV 163.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 171 170 112 0 0.01 0.35 0.33 58.98 0.26 0.55
Hex AB AA 70 0 1 23 21 3B 1A 37
Octal 253 252 160 0 1 43 41 73 32 67
Binary 10101011 10101010 1110000 0 1 100011 100001 111011 11010 110111

Color Harmonies of #ABAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA70

Black with #ABAA70

Text Example


Text Example

White with #ABAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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