#A4926C

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

Shades of Pale Oyster #A4926C

Tints of Pale Oyster #A4926C

Color information

#A4926C (or 0xA4926C) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 6C. RGB value is (164,146,108). Sum of RGB (Red+Green+Blue) = 164+146+108=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4926C is #5B6D93. Grayscale: #939393. Windows color (decimal): -5991828 or 7115428. OLE color: 7115428.

HSL color Cylindrical-coordinate representation of color #A4926C: hue angle of 40.71º 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 #A4926C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164146108-
CMYK00.110.340.36
HSL40.71º23.53%53.33%-
HSV(B)40.71º34.15%64.31%-
XYZ28.329.5318.4-
YUV147.05105.96140.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=39.23%
G=34.93%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414610800.110.340.3640.7123.5353.33
HexA4926C0B2224291835
Octal2442221540134244513065
Binary101001001001001011011000101110001010010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4926C; }

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

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

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

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

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

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

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

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