#A59271

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

Shades of Pale Oyster #A59271

Tints of Pale Oyster #A59271

Color information

#A59271 (or 0xA59271) is unknown color: approx Pale Oyster. HEX triplet: A5, 92 and 71. RGB value is (165,146,113). Sum of RGB (Red+Green+Blue) = 165+146+113=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A59271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59271 is #5A6D8E. Grayscale: #949494. Windows color (decimal): -5926287 or 7443109. OLE color: 7443109.

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

Color convert

RGB165146113-
CMYK00.120.320.35
HSL38.08º22.41%54.51%-
HSV(B)38.08º31.52%64.71%-
XYZ28.7829.7519.85-
YUV147.92108.29140.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=38.92%
G=34.43%
B=26.65%

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
Decimal16514611300.120.320.3538.0822.4154.51
HexA592710C2023261637
Octal2452221610144043462667
Binary101001011001001011100010110010000010001110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59271; }

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

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

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

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

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

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

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

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