Html Css Color HEX #AAAB90 Bud

📋 copy color: '#AAAB90'

red 170 ◦ green 171 ◦ blue 144

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

Shades of Bud #AAAB90

Tints of Bud #AAAB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 35.05%
G = 35.26%
B = 29.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AAAB90 (or 0xAAAB90) is known color: Bud. HEX triplet: AA, AB and 90. RGB value is (170,171,144). Sum of RGB (Red+Green+Blue) = 170+171+144=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB90 is #55546F. Grayscale: #A7A7A7. Windows color (decimal): -5592176 or 9481130. OLE color: 9481130.

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

Color convert

RGB 170 171 144 -
CMYK 0.01 0 0.16 0.33
HSL 62.22º 0.14% 0.62% -
HSV(B) 62.22º 0.16% 0.67% -
XYZ 36.17 39.69 32.14 -
YUV 167.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 170 171 144 0.01 0 0.16 0.33 62.22 0.14 0.62
Hex AA AB 90 1 0 10 21 3E E 3E
Octal 252 253 220 1 0 20 41 76 16 76
Binary 10101010 10101011 10010000 1 0 10000 100001 111110 1110 111110

Color Harmonies of #AAAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB90

Black with #AAAB90

Text Example


Text Example

White with #AAAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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