#A09069

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

Shades of Pale Oyster #A09069

Tints of Pale Oyster #A09069

Color information

#A09069 (or 0xA09069) is unknown color: approx Pale Oyster. HEX triplet: A0, 90 and 69. RGB value is (160,144,105). Sum of RGB (Red+Green+Blue) = 160+144+105=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09069 is #5F6F96. Grayscale: #909090. Windows color (decimal): -6254487 or 6918304. OLE color: 6918304.

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

Color convert

RGB160144105-
CMYK00.10.340.37
HSL42.55º22.45%51.96%-
HSV(B)42.55º34.38%62.75%-
XYZ27.0228.4417.43-
YUV144.34105.8139.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=39.12%
G=35.21%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014410500.10.340.3742.5522.4551.96
HexA090690A22252b1634
Octal2402201510124245532664
Binary101000001001000011010010101010001010010110101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09069; }

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

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

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

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

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

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

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

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