#A0A48E

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

Shades of Bud #A0A48E

Tints of Bud #A0A48E

Color information

#A0A48E (or 0xA0A48E) is unknown color: approx Bud. HEX triplet: A0, A4 and 8E. RGB value is (160,164,142). Sum of RGB (Red+Green+Blue) = 160+164+142=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A48E is #5F5B71. Grayscale: #A0A0A0. Windows color (decimal): -6249330 or 9348256. OLE color: 9348256.

HSL color Cylindrical-coordinate representation of color #A0A48E: hue angle of 70.91º degrees, saturation: 0.11, 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 #A0A48E is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB160164142-
CMYK0.0200.130.36
HSL70.91º10.78%60%-
HSV(B)70.91º13.41%64.31%-
XYZ32.6635.9830.81-
YUV160.3117.67127.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=34.33%
G=35.19%
B=30.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641420.0200.130.3670.9110.7860
HexA0A48E20D2447b3c
Octal2402442162015441071374
Binary101000001010010010001110100110110010010001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A48E; }

 p { color: rgb(160,164,142); }

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

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

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

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

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

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

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