Html Css Color HEX #ABAE7D Locust

📋 copy color: '#ABAE7D'

red 171 ◦ green 174 ◦ blue 125

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

Shades of Locust #ABAE7D

Tints of Locust #ABAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 36.38%
G = 37.02%
B = 26.6%

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

#ABAE7D (or 0xABAE7D) is known color: Locust. HEX triplet: AB, AE and 7D. RGB value is (171,174,125). Sum of RGB (Red+Green+Blue) = 171+174+125=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE7D is #545182. Grayscale: #A7A7A7. Windows color (decimal): -5525891 or 8236715. OLE color: 8236715.

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

Color convert

RGB 171 174 125 -
CMYK 0.02 0 0.28 0.32
HSL 63.67º 0.23% 0.59% -
HSV(B) 63.67º 0.28% 0.68% -
XYZ 35.63 40.41 25.32 -
YUV 167.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 171 174 125 0.02 0 0.28 0.32 63.67 0.23 0.59
Hex AB AE 7D 2 0 1C 20 40 17 3B
Octal 253 256 175 2 0 34 40 100 27 73
Binary 10101011 10101110 1111101 10 0 11100 100000 1000000 10111 111011

Color Harmonies of #ABAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE7D

Black with #ABAE7D

Text Example


Text Example

White with #ABAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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