#A4926F

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

Shades of Pale Oyster #A4926F

Tints of Pale Oyster #A4926F

Color information

#A4926F (or 0xA4926F) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 6F. RGB value is (164,146,111). Sum of RGB (Red+Green+Blue) = 164+146+111=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4926F is #5B6D90. Grayscale: #939393. Windows color (decimal): -5991825 or 7312036. OLE color: 7312036.

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

Color convert

RGB164146111-
CMYK00.110.320.36
HSL39.62º22.55%53.92%-
HSV(B)39.62º32.32%64.31%-
XYZ28.4629.619.25-
YUV147.39107.46139.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=38.95%
G=34.68%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414611100.110.320.3639.6222.5553.92
HexA4926F0B2024281736
Octal2442221570134044502766
Binary101001001001001011011110101110000010010010100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4926F; }

 p { color: rgb(164,146,111); }

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

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

 a { background-color: rgb(164,146,111); }

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

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

 span { border-color: rgb(164,146,111); }

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