#A69164

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

Shades of Pale Oyster #A69164

Tints of Pale Oyster #A69164

Color information

#A69164 (or 0xA69164) is unknown color: approx Pale Oyster. HEX triplet: A6, 91 and 64. RGB value is (166,145,100). Sum of RGB (Red+Green+Blue) = 166+145+100=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69164 is #596E9B. Grayscale: #929292. Windows color (decimal): -5861020 or 6590886. OLE color: 6590886.

HSL color Cylindrical-coordinate representation of color #A69164: hue angle of 40.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69164 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166145100-
CMYK00.130.400.35
HSL40.91º27.05%52.16%-
HSV(B)40.91º39.76%65.1%-
XYZ28.1529.2816.22-
YUV146.15101.96142.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=40.39%
G=35.28%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614510000.130.400.3540.9127.0552.16
HexA691640D2823291b34
Octal2462211440155043513364
Binary101001101001000111001000110110100010001110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69164; }

 p { color: rgb(166,145,100); }

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

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

 a { background-color: rgb(166,145,100); }

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

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

 span { border-color: rgb(166,145,100); }

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