#A39266

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

Shades of Pale Oyster #A39266

Tints of Pale Oyster #A39266

Color information

#A39266 (or 0xA39266) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 66. RGB value is (163,146,102). Sum of RGB (Red+Green+Blue) = 163+146+102=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39266 is #5C6D99. Grayscale: #929292. Windows color (decimal): -6057370 or 6722211. OLE color: 6722211.

HSL color Cylindrical-coordinate representation of color #A39266: hue angle of 43.28º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A39266 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163146102-
CMYK00.100.370.36
HSL43.28º24.9%51.96%-
HSV(B)43.28º37.42%63.92%-
XYZ27.7829.316.76-
YUV146.07103.13140.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=39.66%
G=35.52%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314610200.100.370.3643.2824.951.96
HexA392660A25242b1934
Octal2432221460124544533164
Binary101000111001001011001100101010010110010010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39266; }

 p { color: rgb(163,146,102); }

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

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

 a { background-color: rgb(163,146,102); }

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

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

 span { border-color: rgb(163,146,102); }

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