#A5916B

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

Shades of Pale Oyster #A5916B

Tints of Pale Oyster #A5916B

Color information

#A5916B (or 0xA5916B) is unknown color: approx Pale Oyster. HEX triplet: A5, 91 and 6B. RGB value is (165,145,107). Sum of RGB (Red+Green+Blue) = 165+145+107=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5916B is #5A6E94. Grayscale: #929292. Windows color (decimal): -5926549 or 7049637. OLE color: 7049637.

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

Color convert

RGB165145107-
CMYK00.120.350.35
HSL39.31º24.37%53.33%-
HSV(B)39.31º35.15%64.71%-
XYZ28.329.3118.08-
YUV146.65105.63141.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=39.57%
G=34.77%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514510700.120.350.3539.3124.3753.33
HexA5916B0C2323271835
Octal2452211530144343473065
Binary101001011001000111010110110010001110001110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5916B; }

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

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

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

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

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

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

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

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