#A89368

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

Shades of Pale Oyster #A89368

Tints of Pale Oyster #A89368

Color information

#A89368 (or 0xA89368) is unknown color: approx Pale Oyster. HEX triplet: A8, 93 and 68. RGB value is (168,147,104). Sum of RGB (Red+Green+Blue) = 168+147+104=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89368 is #576C97. Grayscale: #949494. Windows color (decimal): -5729432 or 6853544. OLE color: 6853544.

HSL color Cylindrical-coordinate representation of color #A89368: hue angle of 40.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89368 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168147104-
CMYK00.130.380.34
HSL40.31º26.89%53.33%-
HSV(B)40.31º38.1%65.88%-
XYZ29.0830.1917.39-
YUV148.38102.96142-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=40.10%
G=35.08%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814710400.130.380.3440.3126.8953.33
HexA893680D2622281b35
Octal2502231500154642503365
Binary101010001001001111010000110110011010001010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89368; }

 p { color: rgb(168,147,104); }

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

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

 a { background-color: rgb(168,147,104); }

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

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

 span { border-color: rgb(168,147,104); }

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