#A69466

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

Shades of Pale Oyster #A69466

Tints of Pale Oyster #A69466

Color information

#A69466 (or 0xA69466) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 66. RGB value is (166,148,102). Sum of RGB (Red+Green+Blue) = 166+148+102=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69466 is #596B99. Grayscale: #949494. Windows color (decimal): -5860250 or 6722726. OLE color: 6722726.

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

Color convert

RGB166148102-
CMYK00.110.390.35
HSL43.13º26.45%52.55%-
HSV(B)43.13º38.55%65.1%-
XYZ28.7130.2516.9-
YUV148.14101.96140.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=39.90%
G=35.58%
B=24.52%

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
Decimal16614810200.110.390.3543.1326.4552.55
HexA694660B27232b1a35
Octal2462241460134743533265
Binary101001101001010011001100101110011110001110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69466; }

 p { color: rgb(166,148,102); }

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

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

 a { background-color: rgb(166,148,102); }

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

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

 span { border-color: rgb(166,148,102); }

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