#A39069

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

Shades of Pale Oyster #A39069

Tints of Pale Oyster #A39069

Color information

#A39069 (or 0xA39069) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 69. RGB value is (163,144,105). Sum of RGB (Red+Green+Blue) = 163+144+105=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39069 is #5C6F96. Grayscale: #919191. Windows color (decimal): -6057879 or 6918307. OLE color: 6918307.

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

Color convert

RGB163144105-
CMYK00.120.360.36
HSL40.34º23.97%52.55%-
HSV(B)40.34º35.58%63.92%-
XYZ27.6328.7517.46-
YUV145.23105.29140.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=39.56%
G=34.95%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314410500.120.360.3640.3423.9752.55
HexA390690C2424281835
Octal2432201510144444503065
Binary101000111001000011010010110010010010010010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39069; }

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

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

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

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

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

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

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

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