#A3926C

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

Shades of Pale Oyster #A3926C

Tints of Pale Oyster #A3926C

Color information

#A3926C (or 0xA3926C) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 6C. RGB value is (163,146,108). Sum of RGB (Red+Green+Blue) = 163+146+108=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3926C is #5C6D93. Grayscale: #929292. Windows color (decimal): -6057364 or 7115427. OLE color: 7115427.

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

Color convert

RGB163146108-
CMYK00.100.340.36
HSL41.45º23.01%53.14%-
HSV(B)41.45º33.74%63.92%-
XYZ28.0929.4318.39-
YUV146.75106.13139.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=39.09%
G=35.01%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314610800.100.340.3641.4523.0153.14
HexA3926C0A2224291735
Octal2432221540124244512765
Binary101000111001001011011000101010001010010010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3926C; }

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

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

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

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

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

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

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

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