#A5906A

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

Shades of Pale Oyster #A5906A

Tints of Pale Oyster #A5906A

Color information

#A5906A (or 0xA5906A) is unknown color: approx Pale Oyster. HEX triplet: A5, 90 and 6A. RGB value is (165,144,106). Sum of RGB (Red+Green+Blue) = 165+144+106=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A5906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5906A is #5A6F95. Grayscale: #929292. Windows color (decimal): -5926806 or 6983845. OLE color: 6983845.

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

Color convert

RGB165144106-
CMYK00.130.360.35
HSL38.64º24.69%53.14%-
HSV(B)38.64º35.76%64.71%-
XYZ28.0928.9917.75-
YUV145.95105.46141.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=39.76%
G=34.70%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514410600.130.360.3538.6424.6953.14
HexA5906A0D2423271935
Octal2452201520154443473165
Binary101001011001000011010100110110010010001110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5906A; }

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

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

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

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

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

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

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

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