#A3A38E

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

Shades of Bud #A3A38E

Tints of Bud #A3A38E

Color information

#A3A38E (or 0xA3A38E) is unknown color: approx Bud. HEX triplet: A3, A3 and 8E. RGB value is (163,163,142). Sum of RGB (Red+Green+Blue) = 163+163+142=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A38E is #5C5C71. Grayscale: #A0A0A0. Windows color (decimal): -6052978 or 9348003. OLE color: 9348003.

HSL color Cylindrical-coordinate representation of color #A3A38E: hue angle of 60º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3A38E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163163142-
CMYK000.130.36
HSL60º10.24%59.8%-
HSV(B)60º12.88%63.92%-
XYZ33.0835.9330.78-
YUV160.61117.5129.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=34.83%
G=34.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163142000.130.366010.2459.8
HexA3A38E00D243ca3c
Octal243243216001544741274
Binary1010001110100011100011100011011001001111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A38E; }

 p { color: rgb(163,163,142); }

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

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

 a { background-color: rgb(163,163,142); }

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

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

 span { border-color: rgb(163,163,142); }

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