#A4916A

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

Shades of Pale Oyster #A4916A

Tints of Pale Oyster #A4916A

Color information

#A4916A (or 0xA4916A) is unknown color: approx Pale Oyster. HEX triplet: A4, 91 and 6A. RGB value is (164,145,106). Sum of RGB (Red+Green+Blue) = 164+145+106=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4916A is #5B6E95. Grayscale: #929292. Windows color (decimal): -5992086 or 6984100. OLE color: 6984100.

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

Color convert

RGB164145106-
CMYK00.120.350.36
HSL40.34º24.17%52.94%-
HSV(B)40.34º35.37%64.31%-
XYZ28.0429.1817.79-
YUV146.24105.29140.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=39.52%
G=34.94%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414510600.120.350.3640.3424.1752.94
HexA4916A0C2324281835
Octal2442211520144344503065
Binary101001001001000111010100110010001110010010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4916A; }

 p { color: rgb(164,145,106); }

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

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

 a { background-color: rgb(164,145,106); }

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

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

 span { border-color: rgb(164,145,106); }

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