#A59368

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

Shades of Pale Oyster #A59368

Tints of Pale Oyster #A59368

Color information

#A59368 (or 0xA59368) is unknown color: approx Pale Oyster. HEX triplet: A5, 93 and 68. RGB value is (165,147,104). Sum of RGB (Red+Green+Blue) = 165+147+104=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A59368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59368 is #5A6C97. Grayscale: #939393. Windows color (decimal): -5926040 or 6853541. OLE color: 6853541.

HSL color Cylindrical-coordinate representation of color #A59368: hue angle of 42.3º degrees, saturation: 0.25, 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 #A59368 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB165147104-
CMYK00.110.370.35
HSL42.3º25.31%52.75%-
HSV(B)42.3º36.97%64.71%-
XYZ28.4529.8717.36-
YUV147.48103.46140.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 104 (41.02% from 255) = 25%
R=39.66%
G=35.34%
B=25%

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
Decimal16514710400.110.370.3542.325.3152.75
HexA593680B25232a1935
Octal2452231500134543523165
Binary101001011001001111010000101110010110001110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59368; }

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

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

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

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

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

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

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

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