Html Css Color HEX #A6A989 Bud

📋 copy color: '#A6A989'

red 166 ◦ green 169 ◦ blue 137

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

Shades of Bud #A6A989

Tints of Bud #A6A989

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 35.17%
G = 35.81%
B = 29.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A6A989 (or 0xA6A989) is known color: Bud. HEX triplet: A6, A9 and 89. RGB value is (166,169,137). Sum of RGB (Red+Green+Blue) = 166+169+137=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A989 is #595676. Grayscale: #A4A4A4. Windows color (decimal): -5854839 or 9021862. OLE color: 9021862.

HSL color Cylindrical-coordinate representation of color #A6A989: hue angle of 65.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6A989 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 137 -
CMYK 0.02 0 0.19 0.34
HSL 65.63º 0.16% 0.6% -
HSV(B) 65.63º 0.19% 0.66% -
XYZ 34.43 38.29 29.24 -
YUV 164.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 166 169 137 0.02 0 0.19 0.34 65.63 0.16 0.6
Hex A6 A9 89 2 0 13 22 42 10 3C
Octal 246 251 211 2 0 23 42 102 20 74
Binary 10100110 10101001 10001001 10 0 10011 100010 1000010 10000 111100

Color Harmonies of #A6A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A989

Black with #A6A989

Text Example


Text Example

White with #A6A989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A989; }

 p { color: rgb(166,169,137); }

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

background-color css

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

 a { background-color: rgb(166,169,137); }

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

border-color css

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

 span { border-color: rgb(166,169,137); }

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