#A5A994

Color #A5A994 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A5A994

Tints of Bud #A5A994

Color information

#A5A994 (or 0xA5A994) is unknown color: approx Bud. HEX triplet: A5, A9 and 94. RGB value is (165,169,148). Sum of RGB (Red+Green+Blue) = 165+169+148=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A994 is #5A566B. Grayscale: #A5A5A5. Windows color (decimal): -5920364 or 9742757. OLE color: 9742757.

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

Color convert

RGB165169148-
CMYK0.0200.120.34
HSL71.43º10.88%62.16%-
HSV(B)71.43º12.43%66.27%-
XYZ35.0538.5133.6-
YUV165.41118.17127.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=34.23%
G=35.06%
B=30.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691480.0200.120.3471.4310.8862.16
HexA5A99420C2247b3e
Octal2452512242014421071376
Binary101001011010100110010100100110010001010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A994; }

 p { color: rgb(165,169,148); }

 H1.HeaderClassName
 {
   color: #A5A994;
 }
 .AnyTagClassName
 {
   color: #A5A994;
 }
</style>
background-color css

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

 a { background-color: rgb(165,169,148); }

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

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

 span { border-color: rgb(165,169,148); }

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