Html Css Color HEX #A9AD7C Locust

📋 copy color: '#A9AD7C'

red 169 ◦ green 173 ◦ blue 124

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

Shades of Locust #A9AD7C

Tints of Locust #A9AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 36.27%
G = 37.12%
B = 26.61%

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

#A9AD7C (or 0xA9AD7C) is known color: Locust. HEX triplet: A9, AD and 7C. RGB value is (169,173,124). Sum of RGB (Red+Green+Blue) = 169+173+124=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD7C is #565283. Grayscale: #A6A6A6. Windows color (decimal): -5657220 or 8170921. OLE color: 8170921.

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

Color convert

RGB 169 173 124 -
CMYK 0.02 0 0.28 0.32
HSL 64.9º 0.23% 0.58% -
HSV(B) 64.9º 0.28% 0.68% -
XYZ 34.94 39.78 24.9 -
YUV 166.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 169 173 124 0.02 0 0.28 0.32 64.9 0.23 0.58
Hex A9 AD 7C 2 0 1C 20 41 17 3A
Octal 251 255 174 2 0 34 40 101 27 72
Binary 10101001 10101101 1111100 10 0 11100 100000 1000001 10111 111010

Color Harmonies of #A9AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD7C

Black with #A9AD7C

Text Example


Text Example

White with #A9AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD7C; }

 p { color: rgb(169,173,124); }

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

background-color css

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

 a { background-color: rgb(169,173,124); }

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

border-color css

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

 span { border-color: rgb(169,173,124); }

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