#A39369

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

Shades of Pale Oyster #A39369

Tints of Pale Oyster #A39369

Color information

#A39369 (or 0xA39369) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 69. RGB value is (163,147,105). Sum of RGB (Red+Green+Blue) = 163+147+105=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A39369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39369 is #5C6C96. Grayscale: #939393. Windows color (decimal): -6057111 or 6919075. OLE color: 6919075.

HSL color Cylindrical-coordinate representation of color #A39369: hue angle of 43.45º 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 #A39369 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163147105-
CMYK00.100.360.36
HSL43.45º23.97%52.55%-
HSV(B)43.45º35.58%63.92%-
XYZ28.0929.6717.61-
YUV147104.3139.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=39.28%
G=35.42%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314710500.100.360.3643.4523.9752.55
HexA393690A24242b1835
Octal2432231510124444533065
Binary101000111001001111010010101010010010010010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39369; }

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

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

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

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

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

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

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

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