#a59168

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

Shades of Pale Oyster #A59168

Tints of Pale Oyster #A59168

Color information

#A59168 (or 0xA59168) is unknown color: approx Pale Oyster. HEX triplet: A5, 91 and 68. RGB value is (165,145,104). Sum of RGB (Red+Green+Blue) = 165+145+104=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A59168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59168 is #5A6E97. Grayscale: #929292. Windows color (decimal): -5926552 or 6853029. OLE color: 6853029.

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

Color convert

RGB165145104-
CMYK00.120.370.35
HSL40.33º25.31%52.75%-
HSV(B)40.33º36.97%64.71%-
XYZ28.1429.2517.26-
YUV146.31104.13141.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=39.86%
G=35.02%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514510400.120.370.3540.3325.3152.75
HexA591680C2523281935
Octal2452211500144543503165
Binary101001011001000111010000110010010110001110100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a59168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a59168; }

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

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

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

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

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

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

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

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