Html Css Color HEX #AAB186 Bud

📋 copy color: '#AAB186'

red 170 ◦ green 177 ◦ blue 134

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

Shades of Bud #AAB186

Tints of Bud #AAB186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 35.34%
G = 36.8%
B = 27.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AAB186 (or 0xAAB186) is known color: Bud. HEX triplet: AA, B1 and 86. RGB value is (170,177,134). Sum of RGB (Red+Green+Blue) = 170+177+134=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB186 is #554E79. Grayscale: #AAAAAA. Windows color (decimal): -5590650 or 8827306. OLE color: 8827306.

HSL color Cylindrical-coordinate representation of color #AAB186: hue angle of 69.77º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB186 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 134 -
CMYK 0.04 0 0.24 0.31
HSL 69.77º 0.22% 0.61% -
HSV(B) 69.77º 0.24% 0.69% -
XYZ 36.6 41.71 28.68 -
YUV 170.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 170 177 134 0.04 0 0.24 0.31 69.77 0.22 0.61
Hex AA B1 86 4 0 18 1F 46 16 3D
Octal 252 261 206 4 0 30 37 106 26 75
Binary 10101010 10110001 10000110 100 0 11000 11111 1000110 10110 111101

Color Harmonies of #AAB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB186

Black with #AAB186

Text Example


Text Example

White with #AAB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB186; }

 p { color: rgb(170,177,134); }

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

background-color css

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

 a { background-color: rgb(170,177,134); }

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

border-color css

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

 span { border-color: rgb(170,177,134); }

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