#A4906C

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

Shades of Pale Oyster #A4906C

Tints of Pale Oyster #A4906C

Color information

#A4906C (or 0xA4906C) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 6C. RGB value is (164,144,108). Sum of RGB (Red+Green+Blue) = 164+144+108=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4906C is #5B6F93. Grayscale: #929292. Windows color (decimal): -5992340 or 7114916. OLE color: 7114916.

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

Color convert

RGB164144108-
CMYK00.120.340.36
HSL38.57º23.53%53.33%-
HSV(B)38.57º34.15%64.31%-
XYZ27.9928.9218.29-
YUV145.88106.63140.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=39.42%
G=34.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414410800.120.340.3638.5723.5353.33
HexA4906C0C2224271835
Octal2442201540144244473065
Binary101001001001000011011000110010001010010010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4906C; }

 p { color: rgb(164,144,108); }

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

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

 a { background-color: rgb(164,144,108); }

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

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

 span { border-color: rgb(164,144,108); }

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