Html Css Color HEX #A9AB7E Locust

📋 copy color: '#A9AB7E'

red 169 ◦ green 171 ◦ blue 126

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

Shades of Locust #A9AB7E

Tints of Locust #A9AB7E

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 36.27%
G = 36.7%
B = 27.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#A9AB7E (or 0xA9AB7E) is known color: Locust. HEX triplet: A9, AB and 7E. RGB value is (169,171,126). Sum of RGB (Red+Green+Blue) = 169+171+126=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB7E is #565481. Grayscale: #A5A5A5. Windows color (decimal): -5657730 or 8301481. OLE color: 8301481.

HSL color Cylindrical-coordinate representation of color #A9AB7E: hue angle of 62.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9AB7E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 171 126 -
CMYK 0.01 0 0.26 0.33
HSL 62.67º 0.21% 0.58% -
HSV(B) 62.67º 0.26% 0.67% -
XYZ 34.69 39.07 25.45 -
YUV 165.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 169 171 126 0.01 0 0.26 0.33 62.67 0.21 0.58
Hex A9 AB 7E 1 0 1A 21 3F 15 3A
Octal 251 253 176 1 0 32 41 77 25 72
Binary 10101001 10101011 1111110 1 0 11010 100001 111111 10101 111010

Color Harmonies of #A9AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AB7E

Black with #A9AB7E

Text Example


Text Example

White with #A9AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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