#A09270

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

Shades of Pale Oyster #A09270

Tints of Pale Oyster #A09270

Color information

#A09270 (or 0xA09270) is unknown color: approx Pale Oyster. HEX triplet: A0, 92 and 70. RGB value is (160,146,112). Sum of RGB (Red+Green+Blue) = 160+146+112=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A09270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09270 is #5F6D8F. Grayscale: #929292. Windows color (decimal): -6253968 or 7377568. OLE color: 7377568.

HSL color Cylindrical-coordinate representation of color #A09270: hue angle of 42.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09270 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160146112-
CMYK00.090.300.37
HSL42.5º20.17%53.33%-
HSV(B)42.5º30%62.75%-
XYZ27.729.219.51-
YUV146.31108.64137.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=38.28%
G=34.93%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014611200.090.300.3742.520.1753.33
HexA09270091E252b1435
Octal2402221600113645532465
Binary10100000100100101110000010011111010010110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09270; }

 p { color: rgb(160,146,112); }

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

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

 a { background-color: rgb(160,146,112); }

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

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

 span { border-color: rgb(160,146,112); }

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