#A0A38F

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

Shades of Bud #A0A38F

Tints of Bud #A0A38F

Color information

#A0A38F (or 0xA0A38F) is unknown color: approx Bud. HEX triplet: A0, A3 and 8F. RGB value is (160,163,143). Sum of RGB (Red+Green+Blue) = 160+163+143=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A38F is #5F5C70. Grayscale: #9F9F9F. Windows color (decimal): -6249585 or 9413536. OLE color: 9413536.

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

Color convert

RGB160163143-
CMYK0.0200.120.36
HSL69º9.8%60%-
HSV(B)69º12.27%63.92%-
XYZ32.5535.6531.15-
YUV159.82118.51128.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=34.33%
G=34.98%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601631430.0200.120.36699.860
HexA0A38F20C2445a3c
Octal2402432172014441051274
Binary101000001010001110001111100110010010010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A38F; }

 p { color: rgb(160,163,143); }

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

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

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

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

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

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

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