Html Css Color HEX #ABAE7E Locust

📋 copy color: '#ABAE7E'

red 171 ◦ green 174 ◦ blue 126

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

Shades of Locust #ABAE7E

Tints of Locust #ABAE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 36.31%
G = 36.94%
B = 26.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ABAE7E (or 0xABAE7E) is known color: Locust. HEX triplet: AB, AE and 7E. RGB value is (171,174,126). Sum of RGB (Red+Green+Blue) = 171+174+126=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7E is #545181. Grayscale: #A7A7A7. Windows color (decimal): -5525890 or 8302251. OLE color: 8302251.

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

Color convert

RGB 171 174 126 -
CMYK 0.02 0 0.28 0.32
HSL 63.75º 0.23% 0.59% -
HSV(B) 63.75º 0.28% 0.68% -
XYZ 35.7 40.44 25.66 -
YUV 167.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 171 174 126 0.02 0 0.28 0.32 63.75 0.23 0.59
Hex AB AE 7E 2 0 1C 20 40 17 3B
Octal 253 256 176 2 0 34 40 100 27 73
Binary 10101011 10101110 1111110 10 0 11100 100000 1000000 10111 111011

Color Harmonies of #ABAE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7E

Black with #ABAE7E

Text Example


Text Example

White with #ABAE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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