#A09065

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

Shades of Pale Oyster #A09065

Tints of Pale Oyster #A09065

Color information

#A09065 (or 0xA09065) is unknown color: approx Pale Oyster. HEX triplet: A0, 90 and 65. RGB value is (160,144,101). Sum of RGB (Red+Green+Blue) = 160+144+101=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A09065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09065 is #5F6F9A. Grayscale: #909090. Windows color (decimal): -6254491 or 6656160. OLE color: 6656160.

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

Color convert

RGB160144101-
CMYK00.10.370.37
HSL43.73º23.69%51.18%-
HSV(B)43.73º36.88%62.75%-
XYZ26.8228.3616.37-
YUV143.88103.8139.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=39.51%
G=35.56%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014410100.10.370.3743.7323.6951.18
HexA090650A25252c1833
Octal2402201450124545543063
Binary101000001001000011001010101010010110010110110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09065; }

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

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

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

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

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

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

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

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