Html Css Color HEX #A9AD93 Bud

📋 copy color: '#A9AD93'

red 169 ◦ green 173 ◦ blue 147

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

Shades of Bud #A9AD93

Tints of Bud #A9AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 34.56%
G = 35.38%
B = 30.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#A9AD93 (or 0xA9AD93) is known color: Bud. HEX triplet: A9, AD and 93. RGB value is (169,173,147). Sum of RGB (Red+Green+Blue) = 169+173+147=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD93 is #56526C. Grayscale: #A8A8A8. Windows color (decimal): -5657197 or 9678249. OLE color: 9678249.

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

Color convert

RGB 169 173 147 -
CMYK 0.02 0 0.15 0.32
HSL 69.23º 0.14% 0.63% -
HSV(B) 69.23º 0.15% 0.68% -
XYZ 36.57 40.43 33.48 -
YUV 168.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 169 173 147 0.02 0 0.15 0.32 69.23 0.14 0.63
Hex A9 AD 93 2 0 F 20 45 E 3F
Octal 251 255 223 2 0 17 40 105 16 77
Binary 10101001 10101101 10010011 10 0 1111 100000 1000101 1110 111111

Color Harmonies of #A9AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD93

Black with #A9AD93

Text Example


Text Example

White with #A9AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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