#A69473

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

Shades of Pale Oyster #A69473

Tints of Pale Oyster #A69473

Color information

#A69473 (or 0xA69473) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 73. RGB value is (166,148,115). Sum of RGB (Red+Green+Blue) = 166+148+115=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69473 is #596B8C. Grayscale: #959595. Windows color (decimal): -5860237 or 7574694. OLE color: 7574694.

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

Color convert

RGB166148115-
CMYK00.110.310.35
HSL38.82º22.27%55.1%-
HSV(B)38.82º30.72%65.1%-
XYZ29.4130.5220.56-
YUV149.62108.46139.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=38.69%
G=34.50%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614811500.110.310.3538.8222.2755.1
HexA694730B1F23271637
Octal2462241630133743472667
Binary10100110100101001110011010111111110001110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69473; }

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

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

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

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

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

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

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

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