#A69469

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

Shades of Pale Oyster #A69469

Tints of Pale Oyster #A69469

Color information

#A69469 (or 0xA69469) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 69. RGB value is (166,148,105). Sum of RGB (Red+Green+Blue) = 166+148+105=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A69469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69469 is #596B96. Grayscale: #949494. Windows color (decimal): -5860247 or 6919334. OLE color: 6919334.

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

Color convert

RGB166148105-
CMYK00.110.370.35
HSL42.3º25.52%53.14%-
HSV(B)42.3º36.75%65.1%-
XYZ28.8730.3117.69-
YUV148.48103.46140.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=39.62%
G=35.32%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614810500.110.370.3542.325.5253.14
HexA694690B25232a1a35
Octal2462241510134543523265
Binary101001101001010011010010101110010110001110101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69469; }

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

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

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

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

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

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

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

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