#A69371

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

Shades of Pale Oyster #A69371

Tints of Pale Oyster #A69371

Color information

#A69371 (or 0xA69371) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 71. RGB value is (166,147,113). Sum of RGB (Red+Green+Blue) = 166+147+113=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69371 is #596C8E. Grayscale: #949494. Windows color (decimal): -5860495 or 7443366. OLE color: 7443366.

HSL color Cylindrical-coordinate representation of color #A69371: hue angle of 38.49º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69371 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB166147113-
CMYK00.110.320.35
HSL38.49º22.94%54.71%-
HSV(B)38.49º31.93%65.1%-
XYZ29.1430.1719.91-
YUV148.8107.79140.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=38.97%
G=34.51%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614711300.110.320.3538.4922.9454.71
HexA693710B2023261737
Octal2462231610134043462767
Binary101001101001001111100010101110000010001110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69371; }

 p { color: rgb(166,147,113); }

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

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

 a { background-color: rgb(166,147,113); }

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

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

 span { border-color: rgb(166,147,113); }

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