#A0A28A

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

Shades of Bud #A0A28A

Tints of Bud #A0A28A

Color information

#A0A28A (or 0xA0A28A) is unknown color: approx Bud. HEX triplet: A0, A2 and 8A. RGB value is (160,162,138). Sum of RGB (Red+Green+Blue) = 160+162+138=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A28A is #5F5D75. Grayscale: #9E9E9E. Windows color (decimal): -6249846 or 9085600. OLE color: 9085600.

HSL color Cylindrical-coordinate representation of color #A0A28A: hue angle of 65º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A28A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB160162138-
CMYK0.0100.150.36
HSL65º11.43%58.82%-
HSV(B)65º14.81%63.53%-
XYZ3235.1529.14-
YUV158.67116.34128.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 138 (54.30% from 255) = 30%
R=34.78%
G=35.22%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601621380.0100.150.366511.4358.82
HexA0A28A10F2441b3b
Octal2402422121017441011373
Binary10100000101000101000101010111110010010000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A28A; }

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

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

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

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

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

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

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

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