Html Css Color HEX #AAAB96 Bud

📋 copy color: '#AAAB96'

red 170 ◦ green 171 ◦ blue 150

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

Shades of Bud #AAAB96

Tints of Bud #AAAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 34.62%
G = 34.83%
B = 30.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAAB96 (or 0xAAAB96) is known color: Bud. HEX triplet: AA, AB and 96. RGB value is (170,171,150). Sum of RGB (Red+Green+Blue) = 170+171+150=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB96 is #555469. Grayscale: #A8A8A8. Windows color (decimal): -5592170 or 9874346. OLE color: 9874346.

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

Color convert

RGB 170 171 150 -
CMYK 0.01 0 0.12 0.33
HSL 62.86º 0.11% 0.63% -
HSV(B) 62.86º 0.12% 0.67% -
XYZ 36.65 39.87 34.62 -
YUV 168.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 170 171 150 0.01 0 0.12 0.33 62.86 0.11 0.63
Hex AA AB 96 1 0 C 21 3F B 3F
Octal 252 253 226 1 0 14 41 77 13 77
Binary 10101010 10101011 10010110 1 0 1100 100001 111111 1011 111111

Color Harmonies of #AAAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB96

Black with #AAAB96

Text Example


Text Example

White with #AAAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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