#A89469

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

Shades of Pale Oyster #A89469

Tints of Pale Oyster #A89469

Color information

#A89469 (or 0xA89469) is unknown color: approx Pale Oyster. HEX triplet: A8, 94 and 69. RGB value is (168,148,105). Sum of RGB (Red+Green+Blue) = 168+148+105=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A89469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89469 is #576B96. Grayscale: #959595. Windows color (decimal): -5729175 or 6919336. OLE color: 6919336.

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

Color convert

RGB168148105-
CMYK00.120.380.34
HSL40.95º26.58%53.53%-
HSV(B)40.95º37.5%65.88%-
XYZ29.2930.5217.71-
YUV149.08103.13141.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=39.90%
G=35.15%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814810500.120.380.3440.9526.5853.53
HexA894690C2622291b36
Octal2502241510144642513366
Binary101010001001010011010010110010011010001010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89469; }

 p { color: rgb(168,148,105); }

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

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

 a { background-color: rgb(168,148,105); }

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

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

 span { border-color: rgb(168,148,105); }

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