Html Css Color HEX #ABAA72 Locust

📋 copy color: '#ABAA72'

red 171 ◦ green 170 ◦ blue 114

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

Shades of Locust #ABAA72

Tints of Locust #ABAA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 37.58%
G = 37.36%
B = 25.05%

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

#ABAA72 (or 0xABAA72) is known color: Locust. HEX triplet: AB, AA and 72. RGB value is (171,170,114). Sum of RGB (Red+Green+Blue) = 171+170+114=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA72 is #54558D. Grayscale: #A4A4A4. Windows color (decimal): -5526926 or 7514795. OLE color: 7514795.

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

Color convert

RGB 171 170 114 -
CMYK 0 0.01 0.33 0.33
HSL 58.95º 0.25% 0.56% -
HSV(B) 58.95º 0.33% 0.67% -
XYZ 34.21 38.62 21.57 -
YUV 163.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 171 170 114 0 0.01 0.33 0.33 58.95 0.25 0.56
Hex AB AA 72 0 1 21 21 3B 19 38
Octal 253 252 162 0 1 41 41 73 31 70
Binary 10101011 10101010 1110010 0 1 100001 100001 111011 11001 111000

Color Harmonies of #ABAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA72

Black with #ABAA72

Text Example


Text Example

White with #ABAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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