Html Css Color HEX #A6AA87 Bud

📋 copy color: '#A6AA87'

red 166 ◦ green 170 ◦ blue 135

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

Shades of Bud #A6AA87

Tints of Bud #A6AA87

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 35.24%
G = 36.09%
B = 28.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#A6AA87 (or 0xA6AA87) is known color: Bud. HEX triplet: A6, AA and 87. RGB value is (166,170,135). Sum of RGB (Red+Green+Blue) = 166+170+135=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA87 is #595578. Grayscale: #A4A4A4. Windows color (decimal): -5854585 or 8891046. OLE color: 8891046.

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

Color convert

RGB 166 170 135 -
CMYK 0.02 0 0.21 0.33
HSL 66.86º 0.17% 0.6% -
HSV(B) 66.86º 0.21% 0.67% -
XYZ 34.47 38.61 28.56 -
YUV 164.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 166 170 135 0.02 0 0.21 0.33 66.86 0.17 0.6
Hex A6 AA 87 2 0 15 21 43 11 3C
Octal 246 252 207 2 0 25 41 103 21 74
Binary 10100110 10101010 10000111 10 0 10101 100001 1000011 10001 111100

Color Harmonies of #A6AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA87

Black with #A6AA87

Text Example


Text Example

White with #A6AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA87; }

 p { color: rgb(166,170,135); }

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

background-color css

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

 a { background-color: rgb(166,170,135); }

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

border-color css

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

 span { border-color: rgb(166,170,135); }

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