#A69169

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

Shades of Pale Oyster #A69169

Tints of Pale Oyster #A69169

Color information

#A69169 (or 0xA69169) is unknown color: approx Pale Oyster. HEX triplet: A6, 91 and 69. RGB value is (166,145,105). Sum of RGB (Red+Green+Blue) = 166+145+105=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69169 is #596E96. Grayscale: #929292. Windows color (decimal): -5861015 or 6918566. OLE color: 6918566.

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

Color convert

RGB166145105-
CMYK00.130.370.35
HSL39.34º25.52%53.14%-
HSV(B)39.34º36.75%65.1%-
XYZ28.429.3817.54-
YUV146.72104.46141.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=39.90%
G=34.86%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614510500.130.370.3539.3425.5253.14
HexA691690D2523271a35
Octal2462211510154543473265
Binary101001101001000111010010110110010110001110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69169; }

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

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

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

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

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

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

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

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