#A69365

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

Shades of Pale Oyster #A69365

Tints of Pale Oyster #A69365

Color information

#A69365 (or 0xA69365) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 65. RGB value is (166,147,101). Sum of RGB (Red+Green+Blue) = 166+147+101=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69365 is #596C9A. Grayscale: #939393. Windows color (decimal): -5860507 or 6656934. OLE color: 6656934.

HSL color Cylindrical-coordinate representation of color #A69365: hue angle of 42.46º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69365 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166147101-
CMYK00.110.390.35
HSL42.46º26.75%52.35%-
HSV(B)42.46º39.16%65.1%-
XYZ28.5129.9116.58-
YUV147.44101.79141.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=40.10%
G=35.51%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614710100.110.390.3542.4626.7552.35
HexA693650B27232a1b34
Octal2462231450134743523364
Binary101001101001001111001010101110011110001110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69365; }

 p { color: rgb(166,147,101); }

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

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

 a { background-color: rgb(166,147,101); }

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

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

 span { border-color: rgb(166,147,101); }

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