#A39378

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

Shades of Pale Oyster #A39378

Tints of Pale Oyster #A39378

Color information

#A39378 (or 0xA39378) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 78. RGB value is (163,147,120). Sum of RGB (Red+Green+Blue) = 163+147+120=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A39378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39378 is #5C6C87. Grayscale: #949494. Windows color (decimal): -6057096 or 7902115. OLE color: 7902115.

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

Color convert

RGB163147120-
CMYK00.100.260.36
HSL37.67º18.94%55.49%-
HSV(B)37.67º26.38%63.92%-
XYZ28.9330.0122.04-
YUV148.71111.8138.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=37.91%
G=34.19%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314712000.100.260.3637.6718.9455.49
HexA393780A1A24261337
Octal2432231700123244462367
Binary10100011100100111111000010101101010010010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39378; }

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

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

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

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

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

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

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

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