#A4916D

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

Shades of Pale Oyster #A4916D

Tints of Pale Oyster #A4916D

Color information

#A4916D (or 0xA4916D) is unknown color: approx Pale Oyster. HEX triplet: A4, 91 and 6D. RGB value is (164,145,109). Sum of RGB (Red+Green+Blue) = 164+145+109=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4916D is #5B6E92. Grayscale: #929292. Windows color (decimal): -5992083 or 7180708. OLE color: 7180708.

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

Color convert

RGB164145109-
CMYK00.120.340.36
HSL39.27º23.21%53.53%-
HSV(B)39.27º33.54%64.31%-
XYZ28.229.2518.63-
YUV146.58106.79140.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=39.23%
G=34.69%
B=26.08%

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
Decimal16414510900.120.340.3639.2723.2153.53
HexA4916D0C2224271736
Octal2442211550144244472766
Binary101001001001000111011010110010001010010010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4916D; }

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

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

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

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

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

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

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

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