#A69468

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

Shades of Pale Oyster #A69468

Tints of Pale Oyster #A69468

Color information

#A69468 (or 0xA69468) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 68. RGB value is (166,148,104). Sum of RGB (Red+Green+Blue) = 166+148+104=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A69468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69468 is #596B97. Grayscale: #949494. Windows color (decimal): -5860248 or 6853798. OLE color: 6853798.

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

Color convert

RGB166148104-
CMYK00.110.370.35
HSL42.58º25.83%52.94%-
HSV(B)42.58º37.35%65.1%-
XYZ28.8130.2917.42-
YUV148.37102.96140.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=39.71%
G=35.41%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614810400.110.370.3542.5825.8352.94
HexA694680B25232b1a35
Octal2462241500134543533265
Binary101001101001010011010000101110010110001110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69468; }

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

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

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

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

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

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

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

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