#A59170

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

Shades of Pale Oyster #A59170

Tints of Pale Oyster #A59170

Color information

#A59170 (or 0xA59170) is unknown color: approx Pale Oyster. HEX triplet: A5, 91 and 70. RGB value is (165,145,112). Sum of RGB (Red+Green+Blue) = 165+145+112=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A59170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59170 is #5A6E8F. Grayscale: #939393. Windows color (decimal): -5926544 or 7377317. OLE color: 7377317.

HSL color Cylindrical-coordinate representation of color #A59170: hue angle of 37.36º 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 #A59170 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165145112-
CMYK00.120.320.35
HSL37.36º22.75%54.31%-
HSV(B)37.36º32.12%64.71%-
XYZ28.5729.4219.5-
YUV147.22108.13140.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=39.10%
G=34.36%
B=26.54%

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
Decimal16514511200.120.320.3537.3622.7554.31
HexA591700C2023251736
Octal2452211600144043452766
Binary101001011001000111100000110010000010001110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59170; }

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

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

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

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

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

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

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

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