#A3926E

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

Shades of Pale Oyster #A3926E

Tints of Pale Oyster #A3926E

Color information

#A3926E (or 0xA3926E) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 6E. RGB value is (163,146,110). Sum of RGB (Red+Green+Blue) = 163+146+110=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3926E is #5C6D91. Grayscale: #939393. Windows color (decimal): -6057362 or 7246499. OLE color: 7246499.

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

Color convert

RGB163146110-
CMYK00.100.330.36
HSL40.75º22.36%53.53%-
HSV(B)40.75º32.52%63.92%-
XYZ28.229.4718.95-
YUV146.98107.13139.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=38.90%
G=34.84%
B=26.25%

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
Decimal16314611000.100.330.3640.7522.3653.53
HexA3926E0A2124291636
Octal2432221560124144512666
Binary101000111001001011011100101010000110010010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3926E; }

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

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

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

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

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

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

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

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