#A09066

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

Shades of Pale Oyster #A09066

Tints of Pale Oyster #A09066

Color information

#A09066 (or 0xA09066) is unknown color: approx Pale Oyster. HEX triplet: A0, 90 and 66. RGB value is (160,144,102). Sum of RGB (Red+Green+Blue) = 160+144+102=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09066 is #5F6F99. Grayscale: #909090. Windows color (decimal): -6254490 or 6721696. OLE color: 6721696.

HSL color Cylindrical-coordinate representation of color #A09066: hue angle of 43.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09066 is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160144102-
CMYK00.10.360.37
HSL43.45º23.39%51.37%-
HSV(B)43.45º36.25%62.75%-
XYZ26.8728.3816.63-
YUV144104.3139.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=39.41%
G=35.47%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014410200.10.360.3743.4523.3951.37
HexA090660A24252b1733
Octal2402201460124445532763
Binary101000001001000011001100101010010010010110101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09066; }

 p { color: rgb(160,144,102); }

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

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

 a { background-color: rgb(160,144,102); }

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

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

 span { border-color: rgb(160,144,102); }

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