Html Css Color HEX #ABAE7B Locust

📋 copy color: '#ABAE7B'

red 171 ◦ green 174 ◦ blue 123

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

Shades of Locust #ABAE7B

Tints of Locust #ABAE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 36.54%
G = 37.18%
B = 26.28%

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

#ABAE7B (or 0xABAE7B) is known color: Locust. HEX triplet: AB, AE and 7B. RGB value is (171,174,123). Sum of RGB (Red+Green+Blue) = 171+174+123=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7B is #545184. Grayscale: #A7A7A7. Windows color (decimal): -5525893 or 8105643. OLE color: 8105643.

HSL color Cylindrical-coordinate representation of color #ABAE7B: hue angle of 63.53º 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 #ABAE7B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 123 -
CMYK 0.02 0 0.29 0.32
HSL 63.53º 0.24% 0.58% -
HSV(B) 63.53º 0.29% 0.68% -
XYZ 35.51 40.36 24.66 -
YUV 167.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 171 174 123 0.02 0 0.29 0.32 63.53 0.24 0.58
Hex AB AE 7B 2 0 1D 20 40 18 3A
Octal 253 256 173 2 0 35 40 100 30 72
Binary 10101011 10101110 1111011 10 0 11101 100000 1000000 11000 111010

Color Harmonies of #ABAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7B

Black with #ABAE7B

Text Example


Text Example

White with #ABAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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