Html Css Color HEX #ABAE7A Locust

📋 copy color: '#ABAE7A'

red 171 ◦ green 174 ◦ blue 122

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

Shades of Locust #ABAE7A

Tints of Locust #ABAE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 36.62%
G = 37.26%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#ABAE7A (or 0xABAE7A) is known color: Locust. HEX triplet: AB, AE and 7A. RGB value is (171,174,122). Sum of RGB (Red+Green+Blue) = 171+174+122=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7A is #545185. Grayscale: #A7A7A7. Windows color (decimal): -5525894 or 8040107. OLE color: 8040107.

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

Color convert

RGB 171 174 122 -
CMYK 0.02 0 0.30 0.32
HSL 63.46º 0.24% 0.58% -
HSV(B) 63.46º 0.3% 0.68% -
XYZ 35.44 40.34 24.33 -
YUV 167.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 171 174 122 0.02 0 0.30 0.32 63.46 0.24 0.58
Hex AB AE 7A 2 0 1E 20 3F 18 3A
Octal 253 256 172 2 0 36 40 77 30 72
Binary 10101011 10101110 1111010 10 0 11110 100000 111111 11000 111010

Color Harmonies of #ABAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7A

Black with #ABAE7A

Text Example


Text Example

White with #ABAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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