Html Css Color HEX #A1A989 Bud

📋 copy color: '#A1A989'

red 161 ◦ green 169 ◦ blue 137

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

Shades of Bud #A1A989

Tints of Bud #A1A989

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

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

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

R = 34.48%
G = 36.19%
B = 29.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A1A989 (or 0xA1A989) is known color: Bud. HEX triplet: A1, A9 and 89. RGB value is (161,169,137). Sum of RGB (Red+Green+Blue) = 161+169+137=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A989 is #5E5676. Grayscale: #A3A3A3. Windows color (decimal): -6182519 or 9021857. OLE color: 9021857.

HSL color Cylindrical-coordinate representation of color #A1A989: hue angle of 75º 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 #A1A989 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 169 137 -
CMYK 0.05 0 0.19 0.34
HSL 75º 0.16% 0.6% -
HSV(B) 75º 0.19% 0.66% -
XYZ 33.4 37.76 29.19 -
YUV 162.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 161 169 137 0.05 0 0.19 0.34 75 0.16 0.6
Hex A1 A9 89 5 0 13 22 4B 10 3C
Octal 241 251 211 5 0 23 42 113 20 74
Binary 10100001 10101001 10001001 101 0 10011 100010 1001011 10000 111100

Color Harmonies of #A1A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A989

Black with #A1A989

Text Example


Text Example

White with #A1A989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A989; }

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

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

background-color css

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

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

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

border-color css

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

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

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