#A0A28F

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

Shades of Bud #A0A28F

Tints of Bud #A0A28F

Color information

#A0A28F (or 0xA0A28F) is unknown color: approx Bud. HEX triplet: A0, A2 and 8F. RGB value is (160,162,143). Sum of RGB (Red+Green+Blue) = 160+162+143=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A28F is #5F5D70. Grayscale: #9F9F9F. Windows color (decimal): -6249841 or 9413280. OLE color: 9413280.

HSL color Cylindrical-coordinate representation of color #A0A28F: hue angle of 66.32º degrees, saturation: 0.09, 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 #A0A28F is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB160162143-
CMYK0.0100.120.36
HSL66.32º9.27%59.8%-
HSV(B)66.32º11.73%63.53%-
XYZ32.3835.331.09-
YUV159.24118.84128.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=34.41%
G=34.84%
B=30.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601621430.0100.120.3666.329.2759.8
HexA0A28F10C244293c
Octal2402422171014441021174
Binary10100000101000101000111110110010010010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A28F; }

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

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

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

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

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

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

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

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