#A39372

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

Shades of Pale Oyster #A39372

Tints of Pale Oyster #A39372

Color information

#A39372 (or 0xA39372) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 72. RGB value is (163,147,114). Sum of RGB (Red+Green+Blue) = 163+147+114=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39372 is #5C6C8D. Grayscale: #949494. Windows color (decimal): -6057102 or 7508899. OLE color: 7508899.

HSL color Cylindrical-coordinate representation of color #A39372: hue angle of 40.41º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39372 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163147114-
CMYK00.100.300.36
HSL40.41º21.03%54.31%-
HSV(B)40.41º30.06%63.92%-
XYZ28.5829.8720.18-
YUV148.02108.8138.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=38.44%
G=34.67%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314711400.100.300.3640.4121.0354.31
HexA393720A1E24281536
Octal2432231620123644502566
Binary10100011100100111110010010101111010010010100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39372; }

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

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

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

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

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

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

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

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