#A8946F

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

Shades of Pale Oyster #A8946F

Tints of Pale Oyster #A8946F

Color information

#A8946F (or 0xA8946F) is unknown color: approx Pale Oyster. HEX triplet: A8, 94 and 6F. RGB value is (168,148,111). Sum of RGB (Red+Green+Blue) = 168+148+111=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8946F is #576B90. Grayscale: #959595. Windows color (decimal): -5729169 or 7312552. OLE color: 7312552.

HSL color Cylindrical-coordinate representation of color #A8946F: hue angle of 38.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8946F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB168148111-
CMYK00.120.340.34
HSL38.95º24.68%54.71%-
HSV(B)38.95º33.93%65.88%-
XYZ29.6130.6519.39-
YUV149.76106.13141.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=39.34%
G=34.66%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814811100.120.340.3438.9524.6854.71
HexA8946F0C2222271937
Octal2502241570144242473167
Binary101010001001010011011110110010001010001010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8946F; }

 p { color: rgb(168,148,111); }

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

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

 a { background-color: rgb(168,148,111); }

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

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

 span { border-color: rgb(168,148,111); }

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