#A3A78E

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

Shades of Bud #A3A78E

Tints of Bud #A3A78E

Color information

#A3A78E (or 0xA3A78E) is unknown color: approx Bud. HEX triplet: A3, A7 and 8E. RGB value is (163,167,142). Sum of RGB (Red+Green+Blue) = 163+167+142=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A78E is #5C5871. Grayscale: #A3A3A3. Windows color (decimal): -6051954 or 9349027. OLE color: 9349027.

HSL color Cylindrical-coordinate representation of color #A3A78E: hue angle of 69.6º 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 #A3A78E is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB163167142-
CMYK0.0200.150.35
HSL69.6º12.44%60.59%-
HSV(B)69.6º14.97%65.49%-
XYZ33.8137.3831.02-
YUV162.95116.17128.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=34.53%
G=35.38%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671420.0200.150.3569.612.4460.59
HexA3A78E20F2346c3d
Octal2432472162017431061475
Binary101000111010011110001110100111110001110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A78E; }

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

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

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

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

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

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

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

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