#A09077

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

Shades of Pale Oyster #A09077

Tints of Pale Oyster #A09077

Color information

#A09077 (or 0xA09077) is unknown color: approx Pale Oyster. HEX triplet: A0, 90 and 77. RGB value is (160,144,119). Sum of RGB (Red+Green+Blue) = 160+144+119=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09077 is #5F6F88. Grayscale: #929292. Windows color (decimal): -6254473 or 7835808. OLE color: 7835808.

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

Color convert

RGB160144119-
CMYK00.10.260.37
HSL36.59º17.75%54.71%-
HSV(B)36.59º25.62%62.75%-
XYZ27.828.7521.54-
YUV145.93112.8138.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=37.83%
G=34.04%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014411900.10.260.3736.5917.7554.71
HexA090770A1A25251237
Octal2402201670123245452267
Binary10100000100100001110111010101101010010110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09077; }

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

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

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

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

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

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

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

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