#A69465

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

Shades of Pale Oyster #A69465

Tints of Pale Oyster #A69465

Color information

#A69465 (or 0xA69465) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 65. RGB value is (166,148,101). Sum of RGB (Red+Green+Blue) = 166+148+101=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69465 is #596B9A. Grayscale: #949494. Windows color (decimal): -5860251 or 6657190. OLE color: 6657190.

HSL color Cylindrical-coordinate representation of color #A69465: hue angle of 43.38º 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 #A69465 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166148101-
CMYK00.110.390.35
HSL43.38º26.75%52.35%-
HSV(B)43.38º39.16%65.1%-
XYZ28.6630.2316.64-
YUV148.02101.46140.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=40%
G=35.66%
B=24.34%

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
Decimal16614810100.110.390.3543.3826.7552.35
HexA694650B27232b1b34
Octal2462241450134743533364
Binary101001101001010011001010101110011110001110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69465; }

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

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

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

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

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

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

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

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