Html Css Color HEX #A9AD87 Bud

📋 copy color: '#A9AD87'

red 169 ◦ green 173 ◦ blue 135

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

Shades of Bud #A9AD87

Tints of Bud #A9AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.3%

R = 35.43%
G = 36.27%
B = 28.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#A9AD87 (or 0xA9AD87) is known color: Bud. HEX triplet: A9, AD and 87. RGB value is (169,173,135). Sum of RGB (Red+Green+Blue) = 169+173+135=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD87 is #565278. Grayscale: #A7A7A7. Windows color (decimal): -5657209 or 8891817. OLE color: 8891817.

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

Color convert

RGB 169 173 135 -
CMYK 0.02 0 0.22 0.32
HSL 66.32º 0.19% 0.6% -
HSV(B) 66.32º 0.22% 0.68% -
XYZ 35.68 40.07 28.78 -
YUV 167.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 169 173 135 0.02 0 0.22 0.32 66.32 0.19 0.6
Hex A9 AD 87 2 0 16 20 42 13 3C
Octal 251 255 207 2 0 26 40 102 23 74
Binary 10101001 10101101 10000111 10 0 10110 100000 1000010 10011 111100

Color Harmonies of #A9AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD87

Black with #A9AD87

Text Example


Text Example

White with #A9AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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