Html Css Color HEX #A8AA99 Bud

📋 copy color: '#A8AA99'

red 168 ◦ green 170 ◦ blue 153

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

Shades of Bud #A8AA99

Tints of Bud #A8AA99

RGB

 RED value IS 168 (66.02% from 255) = 34.22%

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 34.22%
G = 34.62%
B = 31.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#A8AA99 (or 0xA8AA99) is known color: Bud. HEX triplet: A8, AA and 99. RGB value is (168,170,153). Sum of RGB (Red+Green+Blue) = 168+170+153=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA99 is #575566. Grayscale: #A7A7A7. Windows color (decimal): -5723495 or 10070696. OLE color: 10070696.

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

Color convert

RGB 168 170 153 -
CMYK 0.01 0 0.1 0.33
HSL 67.06º 0.09% 0.63% -
HSV(B) 67.06º 0.1% 0.67% -
XYZ 36.27 39.37 35.83 -
YUV 167.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 168 170 153 0.01 0 0.1 0.33 67.06 0.09 0.63
Hex A8 AA 99 1 0 A 21 43 9 3F
Octal 250 252 231 1 0 12 41 103 11 77
Binary 10101000 10101010 10011001 1 0 1010 100001 1000011 1001 111111

Color Harmonies of #A8AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA99

Black with #A8AA99

Text Example


Text Example

White with #A8AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA99; }

 p { color: rgb(168,170,153); }

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

background-color css

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

 a { background-color: rgb(168,170,153); }

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

border-color css

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

 span { border-color: rgb(168,170,153); }

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