#A19067

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

Shades of Pale Oyster #A19067

Tints of Pale Oyster #A19067

Color information

#A19067 (or 0xA19067) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 67. RGB value is (161,144,103). Sum of RGB (Red+Green+Blue) = 161+144+103=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A19067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19067 is #5E6F98. Grayscale: #909090. Windows color (decimal): -6188953 or 6787233. OLE color: 6787233.

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

Color convert

RGB161144103-
CMYK00.110.360.37
HSL42.41º23.58%51.76%-
HSV(B)42.41º36.02%63.14%-
XYZ27.1228.516.9-
YUV144.41104.63139.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=39.46%
G=35.29%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114410300.110.360.3742.4123.5851.76
HexA190670B24252a1834
Octal2412201470134445523064
Binary101000011001000011001110101110010010010110101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19067; }

 p { color: rgb(161,144,103); }

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

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

 a { background-color: rgb(161,144,103); }

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

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

 span { border-color: rgb(161,144,103); }

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