Html Css Color HEX #AAAD93 Bud

📋 copy color: '#AAAD93'

red 170 ◦ green 173 ◦ blue 147

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

Shades of Bud #AAAD93

Tints of Bud #AAAD93

RGB

 RED value IS 170 (66.8% from 255) = 34.69%

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

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

R = 34.69%
G = 35.31%
B = 30%

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

#AAAD93 (or 0xAAAD93) is known color: Bud. HEX triplet: AA, AD and 93. RGB value is (170,173,147). Sum of RGB (Red+Green+Blue) = 170+173+147=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD93 is #55526C. Grayscale: #A9A9A9. Windows color (decimal): -5591661 or 9678250. OLE color: 9678250.

HSL color Cylindrical-coordinate representation of color #AAAD93: hue angle of 66.92º 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 #AAAD93 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 147 -
CMYK 0.02 0 0.15 0.32
HSL 66.92º 0.14% 0.63% -
HSV(B) 66.92º 0.15% 0.68% -
XYZ 36.79 40.54 33.49 -
YUV 169.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 170 173 147 0.02 0 0.15 0.32 66.92 0.14 0.63
Hex AA AD 93 2 0 F 20 43 E 3F
Octal 252 255 223 2 0 17 40 103 16 77
Binary 10101010 10101101 10010011 10 0 1111 100000 1000011 1110 111111

Color Harmonies of #AAAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD93

Black with #AAAD93

Text Example


Text Example

White with #AAAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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