Html Css Color HEX #ABAE72 Locust

📋 copy color: '#ABAE72'

red 171 ◦ green 174 ◦ blue 114

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

Shades of Locust #ABAE72

Tints of Locust #ABAE72

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 37.25%
G = 37.91%
B = 24.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ABAE72 (or 0xABAE72) is known color: Locust. HEX triplet: AB, AE and 72. RGB value is (171,174,114). Sum of RGB (Red+Green+Blue) = 171+174+114=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE72 is #54518D. Grayscale: #A6A6A6. Windows color (decimal): -5525902 or 7515819. OLE color: 7515819.

HSL color Cylindrical-coordinate representation of color #ABAE72: hue angle of 63º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABAE72 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 114 -
CMYK 0.02 0 0.34 0.32
HSL 63º 0.27% 0.56% -
HSV(B) 63º 0.34% 0.68% -
XYZ 34.97 40.14 21.83 -
YUV 166.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 171 174 114 0.02 0 0.34 0.32 63 0.27 0.56
Hex AB AE 72 2 0 22 20 3F 1B 38
Octal 253 256 162 2 0 42 40 77 33 70
Binary 10101011 10101110 1110010 10 0 100010 100000 111111 11011 111000

Color Harmonies of #ABAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE72

Black with #ABAE72

Text Example


Text Example

White with #ABAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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