#A3926D

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

Shades of Pale Oyster #A3926D

Tints of Pale Oyster #A3926D

Color information

#A3926D (or 0xA3926D) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 6D. RGB value is (163,146,109). Sum of RGB (Red+Green+Blue) = 163+146+109=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3926D is #5C6D92. Grayscale: #939393. Windows color (decimal): -6057363 or 7180963. OLE color: 7180963.

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

Color convert

RGB163146109-
CMYK00.100.330.36
HSL41.11º22.69%53.33%-
HSV(B)41.11º33.13%63.92%-
XYZ28.1429.4518.67-
YUV146.86106.63139.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=39.00%
G=34.93%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314610900.100.330.3641.1122.6953.33
HexA3926D0A2124291735
Octal2432221550124144512765
Binary101000111001001011011010101010000110010010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3926D; }

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

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

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

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

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

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

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

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