#A39075

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

Shades of Pale Oyster #A39075

Tints of Pale Oyster #A39075

Color information

#A39075 (or 0xA39075) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 75. RGB value is (163,144,117). Sum of RGB (Red+Green+Blue) = 163+144+117=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39075 is #5C6F8A. Grayscale: #929292. Windows color (decimal): -6057867 or 7704739. OLE color: 7704739.

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

Color convert

RGB163144117-
CMYK00.120.280.36
HSL35.22º20%54.9%-
HSV(B)35.22º28.22%63.92%-
XYZ28.2929.0220.94-
YUV146.6111.29139.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=38.44%
G=33.96%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314411700.120.280.3635.222054.9
HexA390750C1C24231437
Octal2432201650143444432467
Binary10100011100100001110101011001110010010010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39075; }

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

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

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

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

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

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

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

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