#A5916E

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

Shades of Pale Oyster #A5916E

Tints of Pale Oyster #A5916E

Color information

#A5916E (or 0xA5916E) is unknown color: approx Pale Oyster. HEX triplet: A5, 91 and 6E. RGB value is (165,145,110). Sum of RGB (Red+Green+Blue) = 165+145+110=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5916E is #5A6E91. Grayscale: #939393. Windows color (decimal): -5926546 or 7246245. OLE color: 7246245.

HSL color Cylindrical-coordinate representation of color #A5916E: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5916E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165145110-
CMYK00.120.330.35
HSL38.18º23.4%53.92%-
HSV(B)38.18º33.33%64.71%-
XYZ28.4629.3818.92-
YUV146.99107.13140.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=39.29%
G=34.52%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514511000.120.330.3538.1823.453.92
HexA5916E0C2123261736
Octal2452211560144143462766
Binary101001011001000111011100110010000110001110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5916E; }

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

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

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

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

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

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

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

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