#A59171

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

Shades of Pale Oyster #A59171

Tints of Pale Oyster #A59171

Color information

#A59171 (or 0xA59171) is unknown color: approx Pale Oyster. HEX triplet: A5, 91 and 71. RGB value is (165,145,113). Sum of RGB (Red+Green+Blue) = 165+145+113=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59171 is #5A6E8E. Grayscale: #939393. Windows color (decimal): -5926543 or 7442853. OLE color: 7442853.

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

Color convert

RGB165145113-
CMYK00.120.320.35
HSL36.92º22.41%54.51%-
HSV(B)36.92º31.52%64.71%-
XYZ28.6229.4419.8-
YUV147.33108.63140.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=39.01%
G=34.28%
B=26.71%

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
Decimal16514511300.120.320.3536.9222.4154.51
HexA591710C2023251637
Octal2452211610144043452667
Binary101001011001000111100010110010000010001110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59171; }

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

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

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

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

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

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

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

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