#A39165

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

Shades of Pale Oyster #A39165

Tints of Pale Oyster #A39165

Color information

#A39165 (or 0xA39165) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 65. RGB value is (163,145,101). Sum of RGB (Red+Green+Blue) = 163+145+101=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A39165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39165 is #5C6E9A. Grayscale: #919191. Windows color (decimal): -6057627 or 6656419. OLE color: 6656419.

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

Color convert

RGB163145101-
CMYK00.110.380.36
HSL42.58º25.2%51.76%-
HSV(B)42.58º38.04%63.92%-
XYZ27.5828.9816.45-
YUV145.37102.96140.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=39.85%
G=35.45%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314510100.110.380.3642.5825.251.76
HexA391650B26242b1934
Octal2432211450134644533164
Binary101000111001000111001010101110011010010010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39165; }

 p { color: rgb(163,145,101); }

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

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

 a { background-color: rgb(163,145,101); }

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

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

 span { border-color: rgb(163,145,101); }

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