#A2916F

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

Shades of Pale Oyster #A2916F

Tints of Pale Oyster #A2916F

Color information

#A2916F (or 0xA2916F) is unknown color: approx Pale Oyster. HEX triplet: A2, 91 and 6F. RGB value is (162,145,111). Sum of RGB (Red+Green+Blue) = 162+145+111=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2916F is #5D6E90. Grayscale: #929292. Windows color (decimal): -6123153 or 7311778. OLE color: 7311778.

HSL color Cylindrical-coordinate representation of color #A2916F: hue angle of 40º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2916F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162145111-
CMYK00.100.310.36
HSL40º21.52%53.53%-
HSV(B)40º31.48%63.53%-
XYZ27.8929.0819.18-
YUV146.21108.13139.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=38.76%
G=34.69%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214511100.100.310.364021.5253.53
HexA2916F0A1F24281636
Octal2422211570123744502666
Binary10100010100100011101111010101111110010010100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2916F; }

 p { color: rgb(162,145,111); }

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

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

 a { background-color: rgb(162,145,111); }

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

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

 span { border-color: rgb(162,145,111); }

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