#A69471

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

Shades of Pale Oyster #A69471

Tints of Pale Oyster #A69471

Color information

#A69471 (or 0xA69471) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 71. RGB value is (166,148,113). Sum of RGB (Red+Green+Blue) = 166+148+113=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A69471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69471 is #596B8E. Grayscale: #959595. Windows color (decimal): -5860239 or 7443622. OLE color: 7443622.

HSL color Cylindrical-coordinate representation of color #A69471: hue angle of 39.62º 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 #A69471 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB166148113-
CMYK00.110.320.35
HSL39.62º22.94%54.71%-
HSV(B)39.62º31.93%65.1%-
XYZ29.330.4819.96-
YUV149.39107.46139.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=38.88%
G=34.66%
B=26.46%

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
Decimal16614811300.110.320.3539.6222.9454.71
HexA694710B2023281737
Octal2462241610134043502767
Binary101001101001010011100010101110000010001110100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69471; }

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

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

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

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

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

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

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

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