#A39174

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

Shades of Pale Oyster #A39174

Tints of Pale Oyster #A39174

Color information

#A39174 (or 0xA39174) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 74. RGB value is (163,145,116). Sum of RGB (Red+Green+Blue) = 163+145+116=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39174 is #5C6E8B. Grayscale: #939393. Windows color (decimal): -6057612 or 7639459. OLE color: 7639459.

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

Color convert

RGB163145116-
CMYK00.110.290.36
HSL37.02º20.35%54.71%-
HSV(B)37.02º28.83%63.92%-
XYZ28.3829.320.68-
YUV147.08110.46139.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=38.44%
G=34.20%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314511600.110.290.3637.0220.3554.71
HexA391740B1D24251437
Octal2432211640133544452467
Binary10100011100100011110100010111110110010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39174; }

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

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

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

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

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

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

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

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