#A19269

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

Shades of Pale Oyster #A19269

Tints of Pale Oyster #A19269

Color information

#A19269 (or 0xA19269) is unknown color: approx Pale Oyster. HEX triplet: A1, 92 and 69. RGB value is (161,146,105). Sum of RGB (Red+Green+Blue) = 161+146+105=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19269 is #5E6D96. Grayscale: #919191. Windows color (decimal): -6188439 or 6918817. OLE color: 6918817.

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

Color convert

RGB161146105-
CMYK00.090.350.37
HSL43.93º22.95%52.16%-
HSV(B)43.93º34.78%63.14%-
XYZ27.5329.1517.54-
YUV145.81104.97138.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=39.08%
G=35.44%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114610500.090.350.3743.9322.9552.16
HexA192690923252c1734
Octal2412221510114345542764
Binary101000011001001011010010100110001110010110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19269; }

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

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

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

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

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

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

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

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