#A59068

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

Shades of Pale Oyster #A59068

Tints of Pale Oyster #A59068

Color information

#A59068 (or 0xA59068) is unknown color: approx Pale Oyster. HEX triplet: A5, 90 and 68. RGB value is (165,144,104). Sum of RGB (Red+Green+Blue) = 165+144+104=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A59068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59068 is #5A6F97. Grayscale: #919191. Windows color (decimal): -5926808 or 6852773. OLE color: 6852773.

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

Color convert

RGB165144104-
CMYK00.130.370.35
HSL39.34º25.31%52.75%-
HSV(B)39.34º36.97%64.71%-
XYZ27.9928.9517.21-
YUV145.72104.46141.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=39.95%
G=34.87%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514410400.130.370.3539.3425.3152.75
HexA590680D2523271935
Octal2452201500154543473165
Binary101001011001000011010000110110010110001110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59068; }

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

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

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

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

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

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

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

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