#A19272

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

Shades of Pale Oyster #A19272

Tints of Pale Oyster #A19272

Color information

#A19272 (or 0xA19272) is unknown color: approx Pale Oyster. HEX triplet: A1, 92 and 72. RGB value is (161,146,114). Sum of RGB (Red+Green+Blue) = 161+146+114=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A19272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19272 is #5E6D8D. Grayscale: #929292. Windows color (decimal): -6188430 or 7508641. OLE color: 7508641.

HSL color Cylindrical-coordinate representation of color #A19272: hue angle of 40.85º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19272 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161146114-
CMYK00.090.290.37
HSL40.85º20%53.92%-
HSV(B)40.85º29.19%63.14%-
XYZ28.0129.3520.11-
YUV146.84109.47138.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=38.24%
G=34.68%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114611400.090.290.3740.852053.92
HexA19272091D25291436
Octal2412221620113545512466
Binary10100001100100101110010010011110110010110100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19272; }

 p { color: rgb(161,146,114); }

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

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

 a { background-color: rgb(161,146,114); }

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

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

 span { border-color: rgb(161,146,114); }

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