#A4926D

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

Shades of Pale Oyster #A4926D

Tints of Pale Oyster #A4926D

Color information

#A4926D (or 0xA4926D) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 6D. RGB value is (164,146,109). Sum of RGB (Red+Green+Blue) = 164+146+109=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4926D is #5B6D92. Grayscale: #939393. Windows color (decimal): -5991827 or 7180964. OLE color: 7180964.

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

Color convert

RGB164146109-
CMYK00.110.340.36
HSL40.36º23.21%53.53%-
HSV(B)40.36º33.54%64.31%-
XYZ28.3529.5518.68-
YUV147.16106.46140.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=39.14%
G=34.84%
B=26.01%

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
Decimal16414610900.110.340.3640.3623.2153.53
HexA4926D0B2224281736
Octal2442221550134244502766
Binary101001001001001011011010101110001010010010100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4926D; }

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

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

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

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

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

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

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

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