Html Css Color HEX #AAAB98 Bud

📋 copy color: '#AAAB98'

red 170 ◦ green 171 ◦ blue 152

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

Shades of Bud #AAAB98

Tints of Bud #AAAB98

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 34.48%
G = 34.69%
B = 30.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAAB98 (or 0xAAAB98) is known color: Bud. HEX triplet: AA, AB and 98. RGB value is (170,171,152). Sum of RGB (Red+Green+Blue) = 170+171+152=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB98 is #555467. Grayscale: #A8A8A8. Windows color (decimal): -5592168 or 10005418. OLE color: 10005418.

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

Color convert

RGB 170 171 152 -
CMYK 0.01 0 0.11 0.33
HSL 63.16º 0.1% 0.63% -
HSV(B) 63.16º 0.11% 0.67% -
XYZ 36.81 39.94 35.47 -
YUV 168.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 170 171 152 0.01 0 0.11 0.33 63.16 0.1 0.63
Hex AA AB 98 1 0 B 21 3F A 3F
Octal 252 253 230 1 0 13 41 77 12 77
Binary 10101010 10101011 10011000 1 0 1011 100001 111111 1010 111111

Color Harmonies of #AAAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB98

Black with #AAAB98

Text Example


Text Example

White with #AAAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB98; }

 p { color: rgb(170,171,152); }

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

background-color css

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

 a { background-color: rgb(170,171,152); }

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

border-color css

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

 span { border-color: rgb(170,171,152); }

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