#A39067

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

Shades of Pale Oyster #A39067

Tints of Pale Oyster #A39067

Color information

#A39067 (or 0xA39067) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 67. RGB value is (163,144,103). Sum of RGB (Red+Green+Blue) = 163+144+103=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A39067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39067 is #5C6F98. Grayscale: #919191. Windows color (decimal): -6057881 or 6787235. OLE color: 6787235.

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

Color convert

RGB163144103-
CMYK00.120.370.36
HSL41º24.59%52.16%-
HSV(B)41º36.81%63.92%-
XYZ27.5328.7116.92-
YUV145.01104.29140.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=39.76%
G=35.12%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314410300.120.370.364124.5952.16
HexA390670C2524291934
Octal2432201470144544513164
Binary101000111001000011001110110010010110010010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39067; }

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

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

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

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

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

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

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

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