#A2A78E

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

Shades of Bud #A2A78E

Tints of Bud #A2A78E

Color information

#A2A78E (or 0xA2A78E) is unknown color: approx Bud. HEX triplet: A2, A7 and 8E. RGB value is (162,167,142). Sum of RGB (Red+Green+Blue) = 162+167+142=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A78E is #5D5871. Grayscale: #A2A2A2. Windows color (decimal): -6117490 or 9349026. OLE color: 9349026.

HSL color Cylindrical-coordinate representation of color #A2A78E: hue angle of 72º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2A78E is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB162167142-
CMYK0.0300.150.35
HSL72º12.44%60.59%-
HSV(B)72º14.97%65.49%-
XYZ33.637.2731.01-
YUV162.65116.34127.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=34.39%
G=35.46%
B=30.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621671420.0300.150.357212.4460.59
HexA2A78E30F2348c3d
Octal2422472163017431101475
Binary101000101010011110001110110111110001110010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A78E; }

 p { color: rgb(162,167,142); }

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

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

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

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

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

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

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