Html Css Color HEX #AAB090 Bud

📋 copy color: '#AAB090'

red 170 ◦ green 176 ◦ blue 144

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

Shades of Bud #AAB090

Tints of Bud #AAB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 34.69%
G = 35.92%
B = 29.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AAB090 (or 0xAAB090) is known color: Bud. HEX triplet: AA, B0 and 90. RGB value is (170,176,144). Sum of RGB (Red+Green+Blue) = 170+176+144=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB090 is #554F6F. Grayscale: #AAAAAA. Windows color (decimal): -5590896 or 9482410. OLE color: 9482410.

HSL color Cylindrical-coordinate representation of color #AAB090: hue angle of 71.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB090 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 144 -
CMYK 0.03 0 0.18 0.31
HSL 71.25º 0.17% 0.63% -
HSV(B) 71.25º 0.18% 0.69% -
XYZ 37.14 41.61 32.46 -
YUV 170.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 170 176 144 0.03 0 0.18 0.31 71.25 0.17 0.63
Hex AA B0 90 3 0 12 1F 47 11 3F
Octal 252 260 220 3 0 22 37 107 21 77
Binary 10101010 10110000 10010000 11 0 10010 11111 1000111 10001 111111

Color Harmonies of #AAB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB090

Black with #AAB090

Text Example


Text Example

White with #AAB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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