#A59270

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

Shades of Pale Oyster #A59270

Tints of Pale Oyster #A59270

Color information

#A59270 (or 0xA59270) is unknown color: approx Pale Oyster. HEX triplet: A5, 92 and 70. RGB value is (165,146,112). Sum of RGB (Red+Green+Blue) = 165+146+112=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59270 is #5A6D8F. Grayscale: #939393. Windows color (decimal): -5926288 or 7377573. OLE color: 7377573.

HSL color Cylindrical-coordinate representation of color #A59270: hue angle of 38.49º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59270 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165146112-
CMYK00.120.320.35
HSL38.49º22.75%54.31%-
HSV(B)38.49º32.12%64.71%-
XYZ28.7229.7319.55-
YUV147.8107.79140.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=39.01%
G=34.52%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514611200.120.320.3538.4922.7554.31
HexA592700C2023261736
Octal2452221600144043462766
Binary101001011001001011100000110010000010001110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59270; }

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

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

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

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

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

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

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

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