#A3B47D

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

Shades of Olivine #A3B47D

Tints of Olivine #A3B47D

Color information

#A3B47D (or 0xA3B47D) is unknown color: approx Olivine. HEX triplet: A3, B4 and 7D. RGB value is (163,180,125). Sum of RGB (Red+Green+Blue) = 163+180+125=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B47D is #5C4B82. Grayscale: #A8A8A8. Windows color (decimal): -6048643 or 8238243. OLE color: 8238243.

HSL color Cylindrical-coordinate representation of color #A3B47D: hue angle of 78.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3B47D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB163180125-
CMYK0.0900.310.29
HSL78.55º26.83%59.8%-
HSV(B)78.55º30.56%70.59%-
XYZ35.1341.9125.64-
YUV168.65103.37123.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=34.83%
G=38.46%
B=26.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801250.0900.310.2978.5526.8359.8
HexA3B47D901F1D4f1b3c
Octal24326417511037351173374
Binary10100011101101001111101100101111111101100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B47D; }

 p { color: rgb(163,180,125); }

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

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

 a { background-color: rgb(163,180,125); }

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

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

 span { border-color: rgb(163,180,125); }

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