Html Css Color HEX #ABAE7C Locust

📋 copy color: '#ABAE7C'

red 171 ◦ green 174 ◦ blue 124

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

Shades of Locust #ABAE7C

Tints of Locust #ABAE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 36.46%
G = 37.1%
B = 26.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ABAE7C (or 0xABAE7C) is known color: Locust. HEX triplet: AB, AE and 7C. RGB value is (171,174,124). Sum of RGB (Red+Green+Blue) = 171+174+124=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7C is #545183. Grayscale: #A7A7A7. Windows color (decimal): -5525892 or 8171179. OLE color: 8171179.

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

Color convert

RGB 171 174 124 -
CMYK 0.02 0 0.29 0.32
HSL 63.6º 0.24% 0.58% -
HSV(B) 63.6º 0.29% 0.68% -
XYZ 35.57 40.39 24.99 -
YUV 167.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 171 174 124 0.02 0 0.29 0.32 63.6 0.24 0.58
Hex AB AE 7C 2 0 1D 20 40 18 3A
Octal 253 256 174 2 0 35 40 100 30 72
Binary 10101011 10101110 1111100 10 0 11101 100000 1000000 11000 111010

Color Harmonies of #ABAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7C

Black with #ABAE7C

Text Example


Text Example

White with #ABAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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