#A4A98A

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

Shades of Bud #A4A98A

Tints of Bud #A4A98A

Color information

#A4A98A (or 0xA4A98A) is unknown color: approx Bud. HEX triplet: A4, A9 and 8A. RGB value is (164,169,138). Sum of RGB (Red+Green+Blue) = 164+169+138=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A98A is #5B5675. Grayscale: #A4A4A4. Windows color (decimal): -5985910 or 9087396. OLE color: 9087396.

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

Color convert

RGB164169138-
CMYK0.0300.180.34
HSL69.68º15.27%60.2%-
HSV(B)69.68º18.34%66.27%-
XYZ34.0938.129.6-
YUV163.97113.34128.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=34.82%
G=35.88%
B=29.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691380.0300.180.3469.6815.2760.2
HexA4A98A30122246f3c
Octal2442512123022421061774
Binary1010010010101001100010101101001010001010001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A98A; }

 p { color: rgb(164,169,138); }

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

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

 a { background-color: rgb(164,169,138); }

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

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

 span { border-color: rgb(164,169,138); }

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