Html Css Color HEX #AAAB88 Bud

📋 copy color: '#AAAB88'

red 170 ◦ green 171 ◦ blue 136

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

Shades of Bud #AAAB88

Tints of Bud #AAAB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 35.64%
G = 35.85%
B = 28.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAAB88 (or 0xAAAB88) is known color: Bud. HEX triplet: AA, AB and 88. RGB value is (170,171,136). Sum of RGB (Red+Green+Blue) = 170+171+136=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB88 is #555477. Grayscale: #A6A6A6. Windows color (decimal): -5592184 or 8956842. OLE color: 8956842.

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

Color convert

RGB 170 171 136 -
CMYK 0.01 0 0.20 0.33
HSL 61.71º 0.17% 0.6% -
HSV(B) 61.71º 0.2% 0.67% -
XYZ 35.58 39.45 29.03 -
YUV 166.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 170 171 136 0.01 0 0.20 0.33 61.71 0.17 0.6
Hex AA AB 88 1 0 14 21 3E 11 3C
Octal 252 253 210 1 0 24 41 76 21 74
Binary 10101010 10101011 10001000 1 0 10100 100001 111110 10001 111100

Color Harmonies of #AAAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB88

Black with #AAAB88

Text Example


Text Example

White with #AAAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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