Html Css Color HEX #AAAB9B Bud

📋 copy color: '#AAAB9B'

red 170 ◦ green 171 ◦ blue 155

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

Shades of Bud #AAAB9B

Tints of Bud #AAAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 34.27%
G = 34.48%
B = 31.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AAAB9B (or 0xAAAB9B) is known color: Bud. HEX triplet: AA, AB and 9B. RGB value is (170,171,155). Sum of RGB (Red+Green+Blue) = 170+171+155=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9B is #555464. Grayscale: #A8A8A8. Windows color (decimal): -5592165 or 10202026. OLE color: 10202026.

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

Color convert

RGB 170 171 155 -
CMYK 0.01 0 0.09 0.33
HSL 63.75º 0.09% 0.64% -
HSV(B) 63.75º 0.09% 0.67% -
XYZ 37.06 40.04 36.79 -
YUV 168.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 170 171 155 0.01 0 0.09 0.33 63.75 0.09 0.64
Hex AA AB 9B 1 0 9 21 40 9 40
Octal 252 253 233 1 0 11 41 100 11 100
Binary 10101010 10101011 10011011 1 0 1001 100001 1000000 1001 1000000

Color Harmonies of #AAAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB9B

Black with #AAAB9B

Text Example


Text Example

White with #AAAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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